Posted February 28, 20232 yr Hello, In the past I have tried modding on older version of Minecraft with no issues, I know java and mostly know how gradle works. However when I tried coding for the latest version I ran into an issue. Basically when I try to run or build the client I get FAILURE: Build completed with 2 failures. And *directory*\src\main\java\com\example\examplemod\ExampleMod.java:4: error: package net.minecraft.client does not exist import net.minecraft.client.Minecraft; ^ but like for every import. I have left the names default just to show I have edited nothing. I am using java version "17.0.6" 2023-01-17 LTS. I have tried a lot to fix my issue but can't work anything else out. The full log is here https://pastebin.com/mxbpCRfZ Thanks. edit: Thought I should mention I have tried gradlew --refresh-dependencies and gradlew clean with no luck. Sorry I think I'm stupid, I used 1.19.2 rather than 1.19.3 and it worked, so I assume 1.19.3 is just not supported and I was just being dumb. Edited February 28, 20232 yr by MJDawson2
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.