Interactive-Modding / Jurassic-Reborn

GNU Lesser General Public License v2.1
13 stars 24 forks source link

Failure to compile last commit for 1.12.2 #59

Closed Tsoccerguy3 closed 6 months ago

Tsoccerguy3 commented 3 years ago

C:\Users\WDS\dev\jcreborn>gradlew setupdecompworkspace build

Configure project : This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. WARNING: You are using an unsupported version of ForgeGradle. Please consider upgrading to ForgeGradle 5 and helping in the efforts to get old versions working on the modern toolchain. See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing. ################################################# ForgeGradle 2.3.4-gfc67182 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos #################################################

Task :deobfMcSRG Applying SpecialSource... Applying Exceptor...

Task :compileJava FAILED C:\Users\WDS\dev\jcreborn\build\sources\main\java\mod\reborn\client\model\IncubatorLidModel.java:103: error: class, interface, or enum expected

^ C:\Users\WDS\dev\jcreborn\build\sources\main\java\mod\reborn\client\model\IncubatorLidModel.java:106: error: class, interface, or enum expected import net.minecraft.client.model.ModelBase; ^ C:\Users\WDS\dev\jcreborn\build\sources\main\java\mod\reborn\client\model\IncubatorLidModel.java:107: error: class, interface, or enum expected import net.minecraft.client.model.ModelRenderer; ^ C:\Users\WDS\dev\jcreborn\build\sources\main\java\mod\reborn\client\render\block\IncubatorRenderer.java:92: error: class, interface, or enum expected } ^ 4 errors

FAILURE: Build failed with an exception.

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 https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 16s 20 actionable tasks: 16 executed, 4 up-to-date

Tsoccerguy3 commented 3 years ago

Some typos like extra bracket at end of IncubatorRenderer.java and some string of equal signs ====== in IncubatorModel.java

Darth-Vitiate commented 3 years ago

Currently being fixed 👍🏼

Tsoccerguy3 commented 3 years ago

cool , i will pull the fixes and test it