Jump to content

AndHisNameIs

Members
  • Posts

    3
  • Joined

  • Last visited

AndHisNameIs's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I finally managed to fix the issue. For whatever reason, all files in the src folder would not compile unless it was set as a source folder in eclipse (Right click > Build Path > Use as source folder) Again, thanks for the help
  2. Picked up _JAVA_OPTIONS: -Xmx3G To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-ee3e3df https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :sourceApiJava UP-TO-DATE :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar :sourceTestJava UP-TO-DATE :compileTestJava UP-TO-DATE :processTestResources UP-TO-DATE :testClasses UP-TO-DATE :test UP-TO-DATE :extractMcpData SKIPPED :extractMcpMappings SKIPPED :getVersionJson :extractUserdev UP-TO-DATE :genSrgs SKIPPED :reobfJar :extractAnnotationsJar :extractRangemapReplacedMain UP-TO-DATE :retromapReplacedMain UP-TO-DATE :sourceJar :assemble :check UP-TO-DATE :build BUILD SUCCESSFUL Total time: 48.056 secs C:\Users\[IgnoreThis]\Documents\Programming\TFC2>
  3. I'll try to describe the situation to the best of my ability, but please let me know if you need more information. I'm attempting to port TerraFirmaCraft2 to 1.12.2, but the code does not compile into a jar file [https://github.com/Deadrik/TFC2]. When I run gradlew build, the only file that is built is a meta.inf file. I've set up the workspace correctly, modified build.gradle, no errors are present in the code, and the environment runs Minecraft 1.12.2 as I had hoped. Thanks in advance!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.