#Can anyone help me update my mod to 26.1

1 messages · Page 1 of 1 (latest)

gusty gulch
#

I'm not a modder or a programmer. I just once made a mod using DeepSeek, and it already has over 4,000 downloads. I managed to update it myself for a while, but since version 26.1 came out, it’s become quite a struggle.

client.player.displayClientMessage - Critical errors: Cannot resolve method 'displayClientMessage' in 'LocalPlayer' in "Keybinds" file

in "HudOverlay" file 10+ errors like this:
Cannot resolve symbol 'HudRenderCallback'
Cannot resolve symbol 'GuiGraphics'
Cannot resolve method 'getDayTime' in 'ClientLevel'
Cannot resolve method 'pose()'
Cannot resolve method 'drawString(Font, MutableComponent, int, int, int)'

idle sierra
#

!!llm

carmine needleBOT
#

Whilst LLMs (Large Language Models) like ChatGPT and Gemini are impressive tools, **they are not recommended for first-time Fabric mod developers due to their inconsistency and potential for generating inaccurate code. **

LLMs may generate incorrect code that:

  • Targets the wrong Minecraft version, leading to outdated or incompatible features.
  • Uses incorrect mappings, causing errors or unexpected behavior.
  • Is designed for the wrong loader (NeoForge vs. Fabric), resulting in incompatibility.
  • Relies on non-existent Fabric API modules, creating code that references features that don't exist (called LLM hallucinations)

It's crucial to remember that LLMs should be seen as problem-solving aids, not code-generating machines. The output they provide often requires significant modification and understanding of Java before it can be implemented as a functional mod.

Therefore, learning Java is an absolute necessity before attempting to use any LLM-generated code in your mod. Knowing how the generated code works is key to using it effectively and fixing any problems that may arise.

idle sierra
#

Chances of someone downloading random discord zip, somewhat low

Chances of someone helping you debug llm generated code is near zero

sonic schooner
toxic hull
#

and for anything else use your IDE to look at the code to find the most sensible replacements

#

and dont rely on ai