Posted September 28, 20204 yr Probably noob question. When I updated to 1.16.3 latest, created a new folder and rerun the build programs and create a new java file, all it shows is an empty file. I never experienced something like this modding in 1.12. When I create something in there it gives the package name, the class name, and a ready constructor.
September 28, 20204 yr 2 hours ago, Kiljaeden053 said: created a new folder and rerun the build programs and create a new java file, all it shows is an empty file If you only copied over the relevant files from a different project, then those source folders won't exist normally. You will need to create them manually and then rerun your gradle commands to tell everything that "hey, I exist now". Edited September 28, 20204 yr by ChampionAsh5357
September 29, 20204 yr Author Ok I rerun the gradlew and fixed the first issue, but the minecraft 1.16.3 libraries is not there. Would running 1.16.3 and rerunning the build fix my problem.
September 29, 20204 yr If you refresh the gradle dependencies, it should import the classes. It not would indicate that the build.gradle file is erroring or something when pulling the information itself is. What is the stacktrace when running the gradle?
September 29, 20204 yr Author Do you have any lists for 1.16.3 mappings? it's probably the problem? Also how do I refresh the gradle dependencies?
September 29, 20204 yr Author Also here's the log fren CUsers----DesktopMDKHeaven's Wrath1.16.3gradlew build To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon httpsdocs.gradle.org4.10.3userguidegradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing Configure project Java 15 JVM 15+36-1562(Oracle Corporation) Arch amd64 New Dep net.minecraftforgeforge1.16.3-34.1.0_mapped_snapshot_20200514-1.16 Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See httpsdocs.gradle.org4.10.3userguidecommand_line_interface.html#seccommand_line_warnings BUILD SUCCESSFUL in 13s 7 actionable tasks 3 executed, 4 up-to-date CUsersJexelDesktopMDKHeaven's Wrath1.16.3
September 29, 20204 yr Author Ok guys thanks for your responses. AS it turns out it was just my slow Internet failing to load files. I managed to catch a glimpse in the night where everyone else in the house is asleep and not using their phones. I downloaded it all!
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.