Hello Im having same issue over and over with the model not displaying correctly.. I anticipated this issue and test played it before I put effort into texturing. I just get debug txt.
On the 2 ss I put how in bb it looks. For putting the model into the game I use knokkos custom item plugin, I added few custom models with it and had no issues with some, while some models were coruppted by probably my inexperience in blockbench.
I want to know how to trouble shoot the problem and how to avoid it. Also im putting the model itself as a json file textures I tried and block bench file if its needed.
#textured mess
12 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029373817119838218 for a description of what each tag is for!
Welcome to the help forum!
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.
Also this is how the item looks when dropped
I used rotation in increments below 22.5 but I tested a model before and it loaded just fine
model seems to be the issue but i don't know how to prevent this
which version of Minecraft are you trying to use this in?
paper engine
1.21.8
Your model's format_version is set to 1.21.11 (only relevant for Blockbench, you can change it in File > Project...), which creates rotations like this, which aren't allowed in versions before 1.21.11 in Minecraft.
You will need to rotate those elements back and forth once (after changing the format and before exporting the model again) so that the values get updated to valid values.
I will give this a try thank you