Skip to content

Support

1.6k Topics 8.4k Posts

Stuck? Just ask for help!

Subcategories


  • A place to ask for general support

    809 3k
    809 Topics
    3k Posts
    kawaiinekololisK
    I think it was one of the early versions around Minecraft 1.20.4.
  • A place to ask for help on writing scripts

    321 2k
    321 Topics
    2k Posts
    rus109R
    Something like this: "const script = registerScript({ name: "example", version: "1.0.0", authors: ["author"] })" Or "script.registerModule({ name: "example", category: "Combat", description: "Empty" }" I'm not sure exactly what's missing, but I suspect the former.
  • 341 2k
    341 Topics
    2k Posts
    phuduongP
    I've modified LiquidBounce, but when I try to import net.minecraft.text.Text or something similar, it says it's missing. What's wrong? I've seen mods on Modrinth that can be built with it. I'm a beginner.