-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Did you manage to create a gui in 1.16.5? I try to create one except that when starting the server it crashes, I can't load my gui
-
To test my library (main module) I have another module 'mod' (basically new mod built on library), which works absolutely perfectly. But after building the library and putting as dependency for another project, all is great until, I using final field from my own library. Exception: 'java.lang.NoSuchFieldError'. Gradle dependencies: flatDir { dir 'libs' // Contains LibraryName-version.jar and Contains LibraryName-version-sources.jar } dependencies { implementation name: 'LibraryName' } Used final fields from library: public class FormattingUtils { public static Style newColor(String color) { return Style.EMPTY.withColor(TextColor.parseColor(color)); } } public class UsefulColors { public static final Style ACTUAL_GREEN = FormattingUtils.newColor("#00b36b"); //... //... } Minecraft Forge: 1.19.2-43.0.7 Possible fixes?
-
By Cute Hamster · Posted
Thanks for your help ! However, there's still obstacle. This time I completely run the command by PowerShell, outside the IDE. It got stuck at the Configuring step like this: PS D:\Hamster\Ham\Projects\Java\Minecraft\mods\ModTest1> .\gradlew --stop No Gradle daemons are running. PS D:\Hamster\Ham\Projects\Java\Minecraft\mods\ModTest1> .\gradlew genIntellijRuns To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.5/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Configure project : Java: 18.0.1.1, JVM: 18.0.1.1+2-6 (Oracle Corporation), Arch: amd64 <-------------> 0% CONFIGURING [28m 50s] > root project As you can see, it has been nearly 29 minutes since I run "gradlew genIntellijRuns", but the process remained zero. What should I do ? -
hey! If this is still going on (which i highly doubt) i could be either taurtis or grian if either are still open?
-
-
Topics
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.