Custom Entities not working.

Started by CosmicReaper08 on

Topic category: Help with modding (Java Edition)

Last seen on 13:43, 9. Dec 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Entities not working.

Im trying to make a mob but it pops up with an error message when I finish it and try to build it. It has a custom model and texture (model from blockbench) Here is the error message:

modelRenderer.zRot = z;
^
symbol: variable zRot
location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
15 errors
> 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec…
BUILD FAILED in 19s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 23 seconds

Last seen on 15:20, 19. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blockbench has changed few…
Wed, 10/27/2021 - 13:36

Blockbench has changed few days ago,

Open your model and change project to Forge 1.15-1.16 MCP

Last seen on 13:43, 9. Dec 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! I did it as…
Wed, 10/27/2021 - 13:38

Thank you! I did it as mojomaps i think.

Last seen on 13:43, 9. Dec 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That worked!
Wed, 10/27/2021 - 13:44

That worked!