Started by
AnanasHD
on
Topic category: Troubleshooting, bugs, and solutions
Hey,
I have no textures on a block model. I created it with MrCrayfish´s Modell Creator. And it is thus a .json file. The other entries above did not help me.
Topic category: Troubleshooting, bugs, and solutions
Hey,
I have no textures on a block model. I created it with MrCrayfish´s Modell Creator. And it is thus a .json file. The other entries above did not help me.
Does the texture exist in MCreater, with the correct name and placement (placement might not be an issue)
If its a Custom Block made in JSON than I have Solution for that
Follow this steps:
1. Make Block with this model and Add all the textures that this model use to MCreator
2. Go as usual with the block settings
3. Finish making this block in MCreator and Recompile
Now the hard part:
4. go to C:\Pylo\MCreator178\user\json\models\block
From there you will see all your blocks that are in your mod but we are looking for the block with custom Model
we are looking for example: emptytotem.json "as my mod element name is EmptyTotem in MCreator"
you will see two files: emptytotem.json and emptytotem-custom.json
so simply delete emptytoem.json and rename emptytotem-custom.json to emptytotem.json and run test clien
from now on you should have your custom model in game with fixed textures :)
my example uses emptytotem.json but you will have name that you have set in MCreator
Hey....
Bit late to the party? So i've been trying to create a block with the model shown in this video https://www.youtube.com/watch?v=PmbfxBqJi-U but with a different texture. The textures are Vanilla Spruce log, and a custom MCreator block texture, but i can only have a single texture in the block creation menu? Any ideas?