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.
I figured it out, you just use
Minecraft.getInstance().player.displayClientMessage(Component.literal("Message"),false);
or how sendSystemMessage() does it in 1.20.6 with
Minecraft.getInstance().gui.getChat().addMessage(Component.literal("Message"));
Suddenly clicked that I can look into classes to see how they work
Hi, im trying to install the last version of forge but everytime i have some issues. The last one was "the librairies failed to download try again."
Here you can see the log.
Thanks for all !
The error in the console
Starting Gradle Daemon...
Gradle Daemon started in 2 s 964 ms
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Data\forge-1.20.1-47.3.22-mdk\build.gradle' line: 5
* What went wrong:
Could not apply requested plugin [id: 'net.minecraftforge.gradle', version: '[6.0,6.2)'] as it does not provide a plugin with id 'net.minecraftforge.gradle'. This is caused by an incorrect plugin implementation. Please contact the plugin author(s).
> Plugin with id 'net.minecraftforge.gradle' not found.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 6s
The 'error line is "id 'net.minecraftforge.gradle' version '[6.0,6.2)'" which is the code that came with the mdk. I can also give the build.gradle file if you think that'll help.
How do I get the plugin to work again? I didnt even touch it. It seems to have broken on its own. Any help is appreciated! Thanks!
Recommended Posts
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.