Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- Build info: MCreator 2023.3.36712, fabric-1.20.1, 64-bit, 15315 MB, Windows 10, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-12-13-10:50:28
- > Configure project :
- Fabric Loom: 1.4.5
- > Task :compileJava FAILED
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:24: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", (new Object() {
- ^
- symbol: method getPersistentData()
- location: variable _blockEntity of type BlockEntity
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:28: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
- ^
- symbol: method getPersistentData()
- location: variable blockEntity of type BlockEntity
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:41: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
- ^
- symbol: method getPersistentData()
- location: variable blockEntity of type BlockEntity
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:80: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", 0);
- ^
- symbol: method getPersistentData()
- location: variable _blockEntity of type BlockEntity
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:91: error: cannot find symbol return blockEntity.getPersistentData().getDouble(tag);
- ^
- symbol: method getPersistentData()
- location: variable blockEntity of type BlockEntity
- C:\Users\elija\MCreatorWorkspaces\mo_fish\src\main\java\net\mcreator\mofish\procedures\FishBundleUpdateTickProcedure.java:130: error: cannot find symbol _blockEntity.getPersistentData().putDouble("DayTimer", 0);
- ^
- symbol: method getPersistentData()
- location: variable _blockEntity of type BlockEntity
- 6 errors
- 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 --info option to get more log output.
- > Run with --scan to get full insights.
- BUILD FAILED in 4s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 7 minutes and 59 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement