#texture problem
13 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
you can't have spaces in file names (nor folders) inside a pack
delete that whole line
!faq java-parent
Explanation: A parent is an optional reference to another model file. If it is specified your model will inherit information from the parent file (textures, elements, display settings, etc.) if that information isn't already specified in your own model.
Changing/setting a parent: Go to
File > Project...and put a model reference into the parent field. Model references always start inside the "models" folder (so example/custom will look for assest/minecraft/models/example/custom.json)
Common mistakes:
-Do not force yourself to specify a parent if you don't need it. A model can work just fine without one. A reference to a non-existent parent file will cause your model to be an error block!
-Do not useitem/generatedanditem/handheldin combination with a custom made model. (The game would try to generate a model based on your texture with those parents, and then gets confused with your custom cubes/elements you added to the model).
_ Feel free to use them to generate models from textures though (just like in the vanilla files)._
Yes
Now change the folder name and its reference in the model to have no spaces
"blockbench shit" is an invalid folder name
thank you so much