You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling the Bone Meal Properties section of a block in advanced properties, it will cause build errors in the latest version of the fabric generator.
How to reproduce this issue?
Step 1: Create any block
Step 2: Enable bone meal properties
Step 3 Save mod element
Step 4: Error
Operating system
Windows
Details
Mcreator 2023.4, Fabric Generator 1.10
Example workspace
No response
Logs
Executing Gradle task: build
Build info: MCreator 2023.4.52316, fabric-1.20.1, 64-bit, 32675 MB, Windows 10, JVM 17.0.9, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-06-06-12:52:11
> Configure project :
Fabric Loom: 1.4.6
> Task :compileJava FAILED
C:\Users\Panda\MCreatorWorkspaces\tree_test\src\main\java\net\mcreator\treetest\block\BonemealtestBlock.java:28: error: BonemealtestBlock is not abstract and does not override abstract method performBonemeal(ServerLevel,RandomSource,BlockPos,BlockState) in BonemealableBlock
public class BonemealtestBlock extends Block implements BonemealableBlock {
^
C:\Users\Panda\MCreatorWorkspaces\tree_test\src\main\java\net\mcreator\treetest\block\BonemealtestBlock.java:48: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\Panda\MCreatorWorkspaces\tree_test\src\main\java\net\mcreator\treetest\block\BonemealtestBlock.java:53: error: method does not override or implement a method from a supertype
@Override
^
C:\Users\Panda\MCreatorWorkspaces\tree_test\src\main\java\net\mcreator\treetest\block\BonemealtestBlock.java:58: error: method does not override or implement a method from a supertype
@Override
^
4 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 2s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 2 minutes and 42 seconds
The text was updated successfully, but these errors were encountered:
Issue tracker rule checks (please read carefully)
Issue description
When enabling the Bone Meal Properties section of a block in advanced properties, it will cause build errors in the latest version of the fabric generator.
How to reproduce this issue?
Step 1: Create any block
Step 2: Enable bone meal properties
Step 3 Save mod element
Step 4: Error
Operating system
Windows
Details
Mcreator 2023.4, Fabric Generator 1.10
Example workspace
No response
Logs
The text was updated successfully, but these errors were encountered: