Advertisement
Guest User

Untitled

a guest
Apr 18th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1.  
  2.  
  3. Executing Gradle task: runClient
  4. Build info: MCreator 2020.2.14217, 1.14.4, 64-bit, 16384 MB, Mac OS X, JVM 1.8.0_232, JAVA_HOME: /Applications/MCreator.app/Contents/MacOS/jdk/Contents/Home/jre
  5. > Configure project :
  6. New Dep: net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3
  7. > Task :compileJava
  8. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/gui/SmelterGUIGui.java:158: error: Override is not a repeatable annotation type
  9.       @Override
  10.       ^
  11. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/Firetree3Structure.java:46: error: cannot find symbol
  12.             if (dimensionType == VolcanicRuinsDimension.type)
  13.                                  ^
  14.   symbol: variable VolcanicRuinsDimension
  15. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/Firetree4Structure.java:46: error: cannot find symbol
  16.             if (dimensionType == VolcanicRuinsDimension.type)
  17.                                  ^
  18.   symbol: variable VolcanicRuinsDimension
  19. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/Spawntree2Structure.java:46: error: cannot find symbol
  20.             if (dimensionType == VolcanicRuinsDimension.type)
  21.                                  ^
  22.   symbol: variable VolcanicRuinsDimension
  23. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/Firetree2Structure.java:46: error: cannot find symbol
  24.             if (dimensionType == VolcanicRuinsDimension.type)
  25.                                  ^
  26.   symbol: variable VolcanicRuinsDimension
  27. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/FireWellStructure.java:48: error: cannot find symbol
  28.             if (dimensionType == VolcanicRuinsDimension.type)
  29.                                  ^
  30.   symbol: variable VolcanicRuinsDimension
  31. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/world/structure/SpawntreeStructure.java:46: error: cannot find symbol
  32.             if (dimensionType == VolcanicRuinsDimension.type)
  33.                                  ^
  34.   symbol: variable VolcanicRuinsDimension
  35. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/VolcanicStoneWithLavaBlock.java:135: error: cannot find symbol
  36.                if (dimensionType == VolcanicRuinsDimension.type)
  37.                                     ^
  38.   symbol: variable VolcanicRuinsDimension
  39. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/MagmushroomBlock.java:68: error: cannot find symbol
  40.             if (dimensionType == VolcanicRuinsDimension.type)
  41.                                  ^
  42.   symbol: variable VolcanicRuinsDimension
  43. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/VolcanicStoneBlock.java:72: error: cannot find symbol
  44.                if (dimensionType == VolcanicRuinsDimension.type)
  45.                                     ^
  46.   symbol: variable VolcanicRuinsDimension
  47. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/LavicOreBlock.java:81: error: cannot find symbol
  48.                if (dimensionType == VolcanicRuinsDimension.type)
  49.                                     ^
  50.   symbol: variable VolcanicRuinsDimension
  51. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/BurntBushBlock.java:68: error: cannot find symbol
  52.             if (dimensionType == VolcanicRuinsDimension.type)
  53.                                  ^
  54.   symbol: variable VolcanicRuinsDimension
  55. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/BurntFernBlock.java:68: error: cannot find symbol
  56.             if (dimensionType == VolcanicRuinsDimension.type)
  57.                                  ^
  58.   symbol: variable VolcanicRuinsDimension
  59. /Users/luke/Desktop/alloythefusion/src/main/java/crispychips/alloythefusion/block/SilverOreVolcanicBlock.java:79: error: cannot find symbol
  60.                if (dimensionType == VolcanicRuinsDimension.type)
  61.                                     ^
  62.   symbol: variable VolcanicRuinsDimension
  63. 14 errors
  64. > Task :compileJava FAILED
  65. FAILURE: Build failed with an exception.
  66. * What went wrong:
  67. Execution failed for task ':compileJava'.
  68. > Compilation failed; see the compiler error output for details.
  69. * Try:
  70. 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.
  71. * Get more help at https://help.gradle.org
  72. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  73. Use '--warning-mode all' to show the individual deprecation warnings.
  74. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  75. BUILD FAILED in 4m 14s
  76. 1 actionable task: 1 executed
  77. BUILD FAILED
  78. Task completed in 299176 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement