9 Commits

Author SHA1 Message Date
astatin3 77827c30c1 Some updates I forgot to push 2024-07-27 15:39:08 -06:00
astatin3 02a80e2dbe Forgor to release 2024-07-22 14:57:08 -06:00
astatin3 b442bc02e7 Some needed features 2024-07-22 14:52:25 -06:00
Astatin3 7b1b607b3d @Unique final MinecraftClient self = (MinecraftClient)(Object)this; 2024-07-16 08:12:56 -06:00
Astatin3 a13c585310 Make use tcp server 2024-07-16 08:05:49 -06:00
Michael Mikovsky f3ac8ec63c Update README.md 2024-07-12 15:27:06 -06:00
Astatin3 13eddef734 Merge branch 'main' of https://github.com/Astatin3/no-more-render 2024-07-12 15:25:26 -06:00
Astatin3 1c324323ec fix some stuff having to do with writeelement 2024-07-12 15:24:52 -06:00
Michael Mikovsky acc71f76db Update README.md 2024-07-12 14:04:16 -06:00
140 changed files with 292 additions and 2085 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -1,10 +1,10 @@
commonProperties
fabric.development=true
fabric.remapClasspathFile=/home/astatin3/Documents/GitHub/no-more-render/.gradle/loom-cache/remapClasspath.txt
log4j.configurationFile=/home/astatin3/Documents/GitHub/no-more-render/.gradle/loom-cache/log4j.xml
fabric.remapClasspathFile=/home/astatin3/GitHub/no-more-render/.gradle/loom-cache/remapClasspath.txt
log4j.configurationFile=/home/astatin3/GitHub/no-more-render/.gradle/loom-cache/log4j.xml
log4j2.formatMsgNoLookups=true
fabric.gameJarPath=/home/astatin3/.gradle/caches/fabric-loom/minecraftMaven/net/minecraft/minecraft-common/1.21-net.fabricmc.yarn.1_21.1.21+build.2-v2/minecraft-common-1.21-net.fabricmc.yarn.1_21.1.21+build.2-v2.jar
fabric.classPathGroups=/home/astatin3/Documents/GitHub/no-more-render/build/classes/java/main:/home/astatin3/Documents/GitHub/no-more-render/build/resources/main:/home/astatin3/Documents/GitHub/no-more-render/build/classes/java/client:/home/astatin3/Documents/GitHub/no-more-render/build/resources/client
fabric.classPathGroups=/home/astatin3/GitHub/no-more-render/build/classes/java/main:/home/astatin3/GitHub/no-more-render/build/resources/main:/home/astatin3/GitHub/no-more-render/build/classes/java/client:/home/astatin3/GitHub/no-more-render/build/resources/client
fabric.log.disableAnsi=false
clientArgs
--assetIndex
+3
View File
@@ -2,6 +2,9 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/com.astatin3.no-more-render.client.iml" filepath="$PROJECT_DIR$/.idea/modules/com.astatin3.no-more-render.client.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/com.astatin3.no-more-render.main.iml" filepath="$PROJECT_DIR$/.idea/modules/com.astatin3.no-more-render.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/no-more-render.client.iml" filepath="$PROJECT_DIR$/.idea/modules/no-more-render.client.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/no-more-render.main.iml" filepath="$PROJECT_DIR$/.idea/modules/no-more-render.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/no-more-render.test.iml" filepath="$PROJECT_DIR$/.idea/modules/no-more-render.test.iml" />
</modules>
+2 -1
View File
@@ -6,12 +6,13 @@
<autoDetectTypes>
<platformType>FABRIC</platformType>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
<option name="minecraftVersion" value="1.21" />
</component>
</module>
+2 -1
View File
@@ -6,12 +6,13 @@
<autoDetectTypes>
<platformType>FABRIC</platformType>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
<option name="minecraftVersion" value="1.21" />
</component>
</module>
+4 -6
View File
@@ -1,16 +1,14 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" factoryName="Application" name="Minecraft Client" type="Application">
<option name="ALTERNATIVE_JRE_PATH" value="/usr/lib/jvm/temurin-22-jdk-amd64"/>
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true"/>
<option name="MAIN_CLASS_NAME" value="net.fabricmc.devlaunchinjector.Main"/>
<module name="no-more-render.main"/>
<option name="PROGRAM_PARAMETERS" value=""/>
<option name="VM_PARAMETERS" value="-Dfabric.dli.config=/home/astatin3/GitHub/no-more-render/.gradle/loom-cache/launch.cfg -Dfabric.dli.env=client -Dfabric.dli.main=net.fabricmc.loader.impl.launch.knot.KnotClient"/>
<shortenClasspath name="ARGS_FILE"/>
<option name="VM_PARAMETERS" value="-Dfabric.dli.config=$USER_HOME$/GitHub/no-more-render/.gradle/loom-cache/launch.cfg -Dfabric.dli.env=client -Dfabric.dli.main=net.fabricmc.loader.impl.launch.knot.KnotClient"/>
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run/"/>
<method v="2">
<option enabled="true" name="Make"/>
</method>
<envs>
</envs>
<shortenClasspath name="ARGS_FILE"/>
<classpathModifications/></configuration>
</component>
+1 -1
View File
@@ -12,5 +12,5 @@
</envs>
<shortenClasspath name="ARGS_FILE"/>
<classpathModifications><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.26.0/659feffdd12280201c8aacb8f7be94f9a883c824/commons-compress-1.26.0.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar"/></classpathModifications></configuration>
<classpathModifications><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar"/><entry exclude="true" path="/home/astatin3/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.26.0/659feffdd12280201c8aacb8f7be94f9a883c824/commons-compress-1.26.0.jar"/></classpathModifications></configuration>
</component>
+117 -17
View File
@@ -1,21 +1,121 @@
MIT License
Creative Commons Legal Code
Copyright (c) 2024 astatin3
CC0 1.0 Universal
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Statement of Purpose
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
+23 -5
View File
@@ -1,6 +1,24 @@
# No More Render
A mod that will run the latest version of Fabric without any gui!
# no-more-render
### Todo:
- Remove meteorclient refrences
- Make the CLI better
A Fabric mod that removes Minecraft's window rendering code, to create a headless CLI version
## Usage
This mod runs a tcp server locally that allows for a command line interface
The mod runs on the port 65000, and increments this value by 1 if it cannot access that port.
You can connect to it via running `ncat localhost 65000` or other similar command
### Comamnds:
```
listelements/elems - List widgets on the screen
clickelement/celem <elem index> - Click an element on the screen
writeelement/welem <elem index> <text> - Write text into a compatable element
key <key> - Press and release a key
keydown <key> - Press a key
keyup <key> - Release a key
connect <Addr>:[Port] - Forcibly connect to a server
chat <message> - Send chat message (Can run meteor and baritone chat commands)
cmd <command> - Send command (Don't include first "/")
quit/exit - Close the game
```
+2 -1
View File
@@ -16,6 +16,8 @@ repositories {
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
// mavenCentral()
// maven { url 'https://jitpack.io' }
}
loom {
@@ -38,7 +40,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
processResources {
+1 -1
View File
@@ -9,7 +9,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11
# Mod Properties
mod_version=1.0.0
mod_version=1.0.3
maven_group=com.astatin3
archives_base_name=nomorerender
@@ -1,143 +0,0 @@
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 2024-07-10 21:23:25
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:ExampleMixin from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 24 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on shouldRender could not find any targets matching 'renderLevel' or 'renderItemActivationAnimation' in net.minecraft.client.render.GameRenderer. No refMap loaded. [PREINJECT Applicator Phase -> addon-template.mixins.json:ExampleMixin from mod addon-template -> Prepare Injections -> -> handler$zhp000$addon-template$shouldRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308)
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:710)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 53430040 bytes (50 MiB) / 505413632 bytes (482 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13403.04
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3322.68
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7873.58, total: 7956.49
Space in storage for workdir (MiB): available: 333780.72, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,143 +0,0 @@
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 2024-07-10 21:24:01
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:ExampleMixin from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 24 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on shouldRender could not find any targets matching 'renderLevel' or 'renderItemActivationAnimation' in net.minecraft.client.render.GameRenderer. No refMap loaded. [PREINJECT Applicator Phase -> addon-template.mixins.json:ExampleMixin from mod addon-template -> Prepare Injections -> -> handler$zbb000$addon-template$shouldRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308)
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:710)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 141236456 bytes (134 MiB) / 478150656 bytes (456 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13386.53
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3316.18
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7873.54, total: 7956.49
Space in storage for workdir (MiB): available: 333780.56, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,128 +0,0 @@
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 2024-07-10 21:25:14
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method skipRendering(Z)Z in addon-template.mixins.json:ExampleMixin from mod addon-template failed injection check, (0/1) succeeded. Scanned 1 target(s). No refMap loaded.
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 162152120 bytes (154 MiB) / 484442112 bytes (462 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13540.28
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3297.18
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7873.51, total: 7956.49
Space in storage for workdir (MiB): available: 333778.75, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,128 +0,0 @@
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 2024-07-10 21:38:00
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method skipRendering(Z)Z in addon-template.mixins.json:ExampleMixin from mod addon-template failed injection check, (0/1) succeeded. Scanned 1 target(s). No refMap loaded.
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 77174320 bytes (73 MiB) / 452984832 bytes (432 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13516.15
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2799.43
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7873.47, total: 7956.49
Space in storage for workdir (MiB): available: 333768.22, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,128 +0,0 @@
---- Minecraft Crash Report ----
// My bad.
Time: 2024-07-10 21:38:59
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method renderWithZoom(FFF)V in addon-template.mixins.json:ExampleMixin from mod addon-template failed injection check, (0/1) succeeded. Scanned 1 target(s). No refMap loaded.
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 81405184 bytes (77 MiB) / 444596224 bytes (424 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13522.98
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2788.93
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7873.44, total: 7956.49
Space in storage for workdir (MiB): available: 333768.09, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,143 +0,0 @@
---- Minecraft Crash Report ----
// Sorry :(
Time: 2024-07-10 21:40:58
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:ExampleMixin from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 24 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on renderHand could not find any targets matching 'foo()V' in net.minecraft.client.render.GameRenderer. No refMap loaded. [PREINJECT Applicator Phase -> addon-template.mixins.json:ExampleMixin from mod addon-template -> Prepare Injections -> -> handler$zhp000$addon-template$renderHand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308)
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:710)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 184501944 bytes (175 MiB) / 503316480 bytes (480 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13718.63
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2743.43
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7882.93, total: 7956.49
Space in storage for workdir (MiB): available: 333764.81, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,131 +0,0 @@
---- Minecraft Crash Report ----
// Oops.
Time: 2024-07-10 23:02:49
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Invalid descriptor on addon-template.mixins.json:ExampleMixin from mod addon-template->@Inject::render(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/MinecraftClient;)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/MinecraftClient;)V
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:544)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 89838224 bytes (85 MiB) / 499122176 bytes (476 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 12788.00
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2879.32
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7884.50, total: 7956.49
Space in storage for workdir (MiB): available: 333753.44, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,131 +0,0 @@
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2024-07-10 23:04:47
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Invalid descriptor on addon-template.mixins.json:ExampleMixin from mod addon-template->@Inject::render(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/render/RenderTickCounter;Z)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/render/RenderTickCounter;Z)V
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:544)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 171717168 bytes (163 MiB) / 492830720 bytes (470 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 12807.84
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2876.07
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7884.46, total: 7956.49
Space in storage for workdir (MiB): available: 333753.31, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,131 +0,0 @@
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2024-07-10 23:07:35
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Invalid descriptor on addon-template.mixins.json:ExampleMixin from mod addon-template->@Inject::render(Lnet/minecraft/client/MinecraftClient;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/client/MinecraftClient;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:544)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 170451688 bytes (162 MiB) / 486539264 bytes (464 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 12839.79
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2852.32
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7884.36, total: 7956.49
Space in storage for workdir (MiB): available: 333753.53, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,134 +0,0 @@
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2024-07-10 23:09:00
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/client/render/GameRenderer::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V has incompatible changes at opcode 0 in callback addon-template.mixins.json:ExampleMixin from mod addon-template->@Inject::render(Lnet/minecraft/client/MinecraftClient;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/client/MinecraftClient;)V.
Expected: [Lnet/minecraft/client/MinecraftClient;]
Found: []
Available: []
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:544)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
at net.minecraft.util.Util.make(Util.java:537)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 134156360 bytes (127 MiB) / 467664896 bytes (446 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 12854.67
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 2851.57
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7884.32, total: 7956.49
Space in storage for workdir (MiB): available: 333753.44, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,131 +0,0 @@
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2024-07-10 23:52:09
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Invalid descriptor on addon-template.mixins.json:MixinGameRenderer from mod addon-template->@Inject::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/client/render/RenderTickCounter;Z)V
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:544)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 203502272 bytes (194 MiB) / 513802240 bytes (490 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13174.52
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3168.00
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7867.13, total: 7956.49
Space in storage for workdir (MiB): available: 333738.03, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,136 +0,0 @@
---- Minecraft Crash Report ----
// My bad.
Time: 2024-07-10 23:52:28
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:MixinGameRenderer from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 24 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on addon-template.mixins.json:MixinGameRenderer from mod addon-template->@Inject::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/client/render/RenderTickCounter;Z)V [INJECT Applicator Phase -> addon-template.mixins.json:MixinGameRenderer from mod addon-template -> Apply Injections -> -> Inject -> addon-template.mixins.json:MixinGameRenderer from mod addon-template->@Inject::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:564)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 134204864 bytes (127 MiB) / 473956352 bytes (452 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13152.64
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3167.00
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7867.09, total: 7956.49
Space in storage for workdir (MiB): available: 333737.91, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
@@ -1,136 +0,0 @@
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 2024-07-10 23:53:12
Description: Initializing game
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
... 20 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:MixinGameRenderer from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 24 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on addon-template.mixins.json:MixinGameRenderer from mod addon-template->@Inject::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V! Expected (Lnet/minecraft/client/render/RenderTickCounter;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/client/render/RenderTickCounter;Z)V [INJECT Applicator Phase -> addon-template.mixins.json:MixinGameRenderer from mod addon-template -> Apply Injections -> -> Inject -> addon-template.mixins.json:MixinGameRenderer from mod addon-template->@Inject::render(Lnet/minecraft/client/render/RenderTickCounter;Z)V]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:564)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:494)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:277)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:478)
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:17)
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:173)
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:47)
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:58)
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:49)
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:44)
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:64)
at net.minecraft.util.Util.make(Util.java:575)
at net.minecraft.client.font.FontManager.<init>(FontManager.java:64)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:593)
-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:212)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Linux (amd64) version 6.8.9-arch1-2
Java Version: 22, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 138760440 bytes (132 MiB) / 482344960 bytes (460 MiB) up to 4173332480 bytes (3980 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: Comet Lake
Frequency (GHz): 4.10
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: GA104 [GeForce RTX 3070]
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
Graphics card #0 VRAM (MiB): 288.00
Graphics card #0 deviceId: 0x2484
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 12052.49
Virtual memory used (MiB): 13178.89
Swap memory total (MiB): 4096.00
Swap memory used (MiB): 3166.50
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 7867.05, total: 7956.49
Space in storage for workdir (MiB): available: 333737.81, total: 467346.75
JVM Flags: 0 total;
Launched Version: Fabric
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
Window size: <not initialized>
GFLW Platform: x11
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: UTF-8
File encoding: UTF-8
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
-- Meteor Client --
Version: 0.5.8
Dev Build: 2125
Binary file not shown.
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

-142
View File
@@ -1,142 +0,0 @@
version:3953
ao:true
biomeBlendRadius:2
enableVsync:true
entityDistanceScaling:1.0
entityShadows:true
forceUnicodeFont:false
japaneseGlyphVariants:false
fov:0.0
fovEffectScale:1.0
darknessEffectScale:1.0
glintSpeed:0.5
glintStrength:0.75
prioritizeChunkUpdates:0
fullscreen:false
gamma:0.5
graphicsMode:1
guiScale:0
maxFps:120
mipmapLevels:4
narrator:0
particles:0
reducedDebugInfo:false
renderClouds:"true"
renderDistance:12
simulationDistance:12
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:false
hideLightningFlashes:false
hideSplashTexts:false
mouseSensitivity:0.5
damageTiltStrength:1.0
highContrast:false
narratorHotkey:true
resourcePacks:["fabric"]
incompatibleResourcePacks:[]
lastServer:
lang:en_us
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:false
hideBundleTutorial:false
syncChunkWrites:false
showAutosaveIndicator:true
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.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
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.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
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.meteor-client.open-gui:key.keyboard.right.shift
key_key.meteor-client.open-commands:key.keyboard.period
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
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
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 22:03:52 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:jagged_peaks": "2024-07-10 22:03:53 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,15 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 23:54:20 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:jagged_peaks": "2024-07-10 23:54:20 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,15 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 21:45:04 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:jagged_peaks": "2024-07-10 21:45:05 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,15 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 21:41:29 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:jagged_peaks": "2024-07-10 21:41:30 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,15 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 23:54:47 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:jagged_peaks": "2024-07-10 23:54:48 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,22 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 23:55:26 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:cold_ocean": "2024-07-10 23:56:20 -0600",
"minecraft:forest": "2024-07-10 23:56:36 -0600",
"minecraft:ocean": "2024-07-10 23:56:02 -0600",
"minecraft:river": "2024-07-10 23:56:42 -0600",
"minecraft:birch_forest": "2024-07-10 23:55:57 -0600",
"minecraft:stony_shore": "2024-07-10 23:56:00 -0600",
"minecraft:plains": "2024-07-10 23:56:25 -0600",
"minecraft:jagged_peaks": "2024-07-10 23:55:27 -0600"
},
"done": false
},
"DataVersion": 3953
}
@@ -1,20 +0,0 @@
{
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"unlock_right_away": "2024-07-10 21:21:35 -0600"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:forest": "2024-07-10 21:22:15 -0600",
"minecraft:ocean": "2024-07-10 21:22:17 -0600",
"minecraft:grove": "2024-07-10 21:21:58 -0600",
"minecraft:birch_forest": "2024-07-10 21:22:14 -0600",
"minecraft:stony_shore": "2024-07-10 21:22:13 -0600",
"minecraft:jagged_peaks": "2024-07-10 21:22:24 -0600"
},
"done": false
},
"DataVersion": 3953
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More