The Fabric isn't having "Minecraft" for Client but "MinecarftClient"
Panzimy opened this issue ยท 3 comments
Hello I write some errors but these was my bad in my mod. Here is the real problem what I found in code the Intelij IDEA find an error with "Minecarft.class" in mixins and "Minecraft" in CustomWindowTitle.java. The class Minecraft doesn't exist in Fabric you need to change it to "MinecraftClient" if you are using Intelij IDEA the IDEA will edit the import. If you aren't change import to "import net.minecraft.client.MinecraftClient;". Bye, Panzimy
Yeah, I don't close this because it's good warning (for people what are using this in their mods)