Started by
shadow_duck
on
Topic category: Help with Minecraft modding (Java Edition)
So I've been using MCreator for a while now, but I just started working with Blockbench. I made a texture and mob model, exported as a .json file, and put it in the resources tab. It asked for texture mappings for the model and just had nothing, no text, no anything. I dont know if this is a glitch, but I can't put in textures for a mob. Please Help!
I wanted to edit this. I can now do this, but it wont accept my texture as it has to be .java, but I still have no idea how to get java objects!
If you are using java model, you set texture mappings in mob editor, not in the resources tab.
And if it doesnt work anyway? what would be the problem then?
Your model has no parts or the model is not valid
what would invalidate a .java model for an entity?
Sorry, misread.
Java models do not have texture mappings like other model types.
You define texture when making a mob instead.
What I wrote earlier applies to mob model animations
wait but if so, what is the problem with mine? it doesnt work,
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
is the skin inadecuate? or is the model wrong?
here are some screenshots of the model and the skin
https://docs.google.com/document/d/1SzgykdQBBF6NG2UtHQ6sXXT9dhdYsY8ptAY…
3 lines of the cropped log are not enough for any help.
sorry,
C:\Users\charl\MCreatorWorkspaces\end_of_humanity\build\sources\main\java\net\mcreator\end_of_humanity\MCreatorWildBoar.java:144: error: cannot find symbol
public static class Modelwild_boar_yes extends EntityModel<Entity> {
^
symbol: class EntityModel
location: class MCreatorWildBoar
C:\Users\charl\MCreatorWorkspaces\end_of_humanity\build\sources\main\java\net\mcreator\end_of_humanity\MCreatorWildBoar.java:194: error: cannot find symbol
public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
^
symbol: class MatrixStack
location: class Modelwild_boar_yes
C:\Users\charl\MCreatorWorkspaces\end_of_humanity\build\sources\main\java\net\mcreator\end_of_humanity\MCreatorWildBoar.java:194: error: cannot find symbol
public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
^
symbol: class IVertexBuilder
location: class Modelwild_boar_yes
3 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 1m 29s
1.15.2 model in 1.14.4
also update to 2020.3
thanks!!! have a nice day (: