Topic category: Help with Minecraft modding (Java Edition)
I exported my model, new_railroad_crossing_down.obj, and new_railroad_crossing_down.mtl with it from Blockbench.
Everything compiled... I placed down my block, and it only showed a black part of the model, not the whole thing... (and there is a stone block under it):
(if you cant see it: https://drive.google.com/file/d/17rUCc7pJpkHD3YatReUhKQA2ctc2VTcu/view?usp=sharing )
It is supposed to look like this:
( if you cant see it: https://drive.google.com/file/d/1Nl46a4ISqb6eneWZ7Z1rxeJZUd0HygS8/view?usp=sharing )
the blur is from the previewer I was using. Blockbench is what the model was made in. No spaces in the name, only square 16by16 textures. The arm is 64 pixels long extending from the center.
Is there anything that can be done to fix the issue in the first image?
You should post your workspace and the blockbench model for problems like these. The links for your images are broken, as well.
Here is the workspace file link:
btam.zip
(in zip format)
I used MCreator 2020.4.
The object the model is messed up on is called 'Btlongrrcrossingarm' i think.
Here is all the contents that were used in the model:
OBJ, MTL, 3 PNG files (16x16 pixels).
new_railroad_crossing_down.zip
and here is the blockbench model as well:
Blockbench Model (down variant)
Nvm, I've done some research and I do believe the only way to achieve this is with TileEntities.
Thanks anyways for trying to help...
removed links files
Can you tell me how did you fix the issue I have the same issue and I just can't fix it somehow