Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Gradle Distribution: Gradle wrapper from target build
- Gradle Version: 2.14
- Java Home: C:\Program Files\Java\jdk1.8.0_211
- JVM Arguments: None
- Program Arguments: None
- Build Scans Enabled: false
- Offline Mode Enabled: false
- Gradle Tasks: build
- This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
- :deobfCompileDummyTask
- :deobfProvidedDummyTask
- :sourceApiJava UP-TO-DATE
- :compileApiJava UP-TO-DATE
- :processApiResources UP-TO-DATE
- :apiClasses UP-TO-DATE
- :sourceMainJava UP-TO-DATE
- :compileJavaD:\Development\MageSendGaming\Workspace\BluTech\build\sources\main\java\com\magesendgaming\blutech\init\GasInit.java:5: error: package net.trentv.gasesframework.api does not exist
- import net.trentv.gasesframework.api.Combustibility;
- ^
- D:\Development\MageSendGaming\Workspace\BluTech\build\sources\main\java\com\magesendgaming\blutech\init\GasInit.java:6: error: package net.trentv.gasesframework.api does not exist
- import net.trentv.gasesframework.api.GasType;
- ^
- D:\Development\MageSendGaming\Workspace\BluTech\build\sources\main\java\com\magesendgaming\blutech\init\GasInit.java:11: error: cannot find symbol
- public static final GasType NATURAL_GAS = new GasType("natural", 0x6F7F6F, 8, 1, Combustibility.FLAMMABLE).setCreativeTab(BluTech.blutechtab);
- ^
- symbol: class GasType
- location: class GasInit
- 3 errors
- FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 0.366 secs
Advertisement
Add Comment
Please, Sign In to add comment