No texture on json model (block)

Started by AnanasHD on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 20:06, 2. Apr 2018
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No texture on json model (block)

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.

 

Last seen on 04:34, 12. Dec 2022
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does the texture exist in…
Mon, 04/09/2018 - 16:35

Does the texture exist in MCreater, with the correct name and placement (placement might not be an issue)

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If its a Custom Block made…
Mon, 04/09/2018 - 17:38

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 :)

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
my example uses emptytotem…
Mon, 04/09/2018 - 17:42

my example uses emptytotem.json but you will have name that you have set in MCreator

Last seen on 14:56, 23. Nov 2020
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey.... Bit late to the…
Sat, 11/21/2020 - 17:04

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?