Topic category: Help with Minecraft modding (Java Edition)
Been stuck on this for a while. Can't get mcreator to make a fence gate without failing in the 1.20.1 fabric plugin. Screenshots below
Console Error:
Executing Gradle task: build
Build info: MCreator 2023.2.24119, fabric-1.20.1, 64-bit, 16299 MB, Windows 10, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-07-06-13:01:43
> Configure project :
Fabric Loom: 1.2.7
> Task :compileJava
C:\Users\NEXGEN\MCreatorWorkspaces\offplay\src\main\java\net\offplay\block\YellowStainedOakFenceGateBlock.java:26: error: constructor FenceGateBlock in class FenceGateBlock cannot be applied to given types; super(PROPERTIES);
^
required: Properties,WoodType
found: Properties
reason: actual and formal argument lists differ in length
1 error
> Task :compileJava 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.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 14s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 18 seconds
If you think you found the bug with the plugin, the best course of action is to report it to the plugin author