chylex / Minecraft-Window-Title

Minecraft mod that lets you customize window title and icon.
https://www.curseforge.com/minecraft/mc-mods/custom-window-title
The Unlicense
8 stars 2 forks source link

The Fabric isn't having "Minecraft" for Client but "MinecarftClient" #12

Closed Panzimy closed 4 months ago

Panzimy commented 4 months ago

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

chylex commented 4 months ago

The project uses Mojang mappings, not yarn mappings or whichever ones name that class MinecraftClient.

Panzimy commented 4 months ago

Yeah, I don't close this because it's good warning (for people what are using this in their mods)

chylex commented 4 months ago

There is no reason to keep it open, there is no issue with the mod.