Started by
vaggelsavv
on
Topic category: Troubleshooting, bugs, and solutions
Well, i tried making a custom zombie mob, but there wasn't a zombie model in mcreator for some reason. So, i tried making one using blockbench, but the animations where off, and the items and armor didn't render, finaly, i tried locking the code, and then swapping the HumanoidModel lines with ZombieModel
And it crashed
I honestly don't know what to do
Here is the crash log btw
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
2 errors
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:14: error: type argument HumanoidRenderState is not within bounds of type-variable S public class FrostbitterRenderer extends HumanoidMobRenderer<FrostbitterEntity, HumanoidRenderState, ZombieModel<HumanoidRenderState>> {
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:18: error: type argument HumanoidRenderState is not within bounds of type-variable S super(context, new ZombieModel<HumanoidRenderState>(context.bakeLayer(ModelLayers.PLAYER)), 0.5f);
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
Note: Recompile with -Xlint:unchecked for details.
2 errors
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights.
BUILD FAILED in 2s
6 actionable tasks: 1 executed, 5 up-to-date
Configuration cache entry reused.
BUILD FAILED
Task completed in 13 seconds
Sorry, I posted it cropped up
Executing Gradle task: runClient
Build info: MCreator 2025.1.05718 EAP (05718), neoforge-1.21.4, 64-bit, 8084 MB, Windows 10, JVM 21.0.5, JAVA_HOME: C:\Users\Pc-1025\Downloads\MCreator.EAP.2025.1.05718.Windows.64bit\MCreatorEAP2025105718\jdk, started on: 2025-02-03-22:21:44
Reusing configuration cache.
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :prepareClientRun UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :compileJava
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:14: error: type argument HumanoidRenderState is not within bounds of type-variable S public class FrostbitterRenderer extends HumanoidMobRenderer<FrostbitterEntity, HumanoidRenderState, ZombieModel<HumanoidRenderState>> {
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:18: error: type argument HumanoidRenderState is not within bounds of type-variable S super(context, new ZombieModel<HumanoidRenderState>(context.bakeLayer(ModelLayers.PLAYER)), 0.5f);
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
2 errors
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:14: error: type argument HumanoidRenderState is not within bounds of type-variable S public class FrostbitterRenderer extends HumanoidMobRenderer<FrostbitterEntity, HumanoidRenderState, ZombieModel<HumanoidRenderState>> {
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
C:\Users\Pc-1025\MCreatorWorkspaces\vanillaminus\src\main\java\net\mcreator\vanillaminus\client\renderer\FrostbitterRenderer.java:18: error: type argument HumanoidRenderState is not within bounds of type-variable S super(context, new ZombieModel<HumanoidRenderState>(context.bakeLayer(ModelLayers.PLAYER)), 0.5f);
^
where S is a type-variable:
S extends ZombieRenderState declared in class ZombieModel
Note: Recompile with -Xlint:unchecked for details.
2 errors
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights.
BUILD FAILED in 2s
6 actionable tasks: 1 executed, 5 up-to-date
Configuration cache entry reused.
BUILD FAILED
Task completed in 13 seconds