Started by
GreensilverMega
on
Topic category: Help with Minecraft modding (Java Edition)
every time I make a ranged item with a projectile that has 3d model it always say theres a error for it. I tried removing the model to see if that was it and it stopped saying errors. Does anyone know how to fix this issue?
Console Log is to big or something idk but also can someone PLEASE comment how to fix this?
Edited by GreensilverMega on Sun, 10/29/2023 - 22:12
Guys please heeeeeeeelp
Post console log in accordance with General Publishing Guidelines.
10 LINES? this thing is freaking 50 something theres no way.
I dont know if this is enough of the code but here
symbol: variable zRot
location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
10 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 --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 11s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 15 seconds
https://pastebin.com/W5H2Nvm6 is the error code I get
It seems the model you are using is not made for the version of Minecraft you are using.
I would recommend a read of this page: https://mcreator.net/wiki/common-blockbench-issues-mcreator
Thanks realy helped out alot!