Texture Mapping (1) and Custom Block (2) Issues

Started by anfinnb on

Topic category: Help with modding (Java Edition)

Last seen on 14:40, 27. Feb 2021
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Texture Mapping (1) and Custom Block (2) Issues

I have found two serious obstacles on MCreator 1.8.3 (1.12.2). I have seen others having similar problems, but those have mainly concerned older editions and are generally less specific, so I decided to ask about this version.

For one, at least for MCEdit 2.0.0-beta14, all custom blocks are mistaken for Vanilla ones (e.g. air and buttons). This is regardless of whether .schematic or .nbt is used. I also registered the blocks ('Configure Blocks') by their numerical ID's, i.e. XXX:X. If this is fixable with the current MCEdit, how can that be done? If not, which version (or, alternatively, other program) does not exhibit this problem?

The mobs also seemingly support only .java models, but these do not allow for texture mapping. How have you been able to assign a specific texture for each component of a custom entity despite this?

As said before, I have tried several different methods -- ultimately falling short on these two problems. I am clearly missing something.

For structures, use…
Mon, 05/13/2019 - 15:37
  1. For structures, use structure block if possible. You need to use a proper modid with MCedit in order for it to work. I have seen forum topics on this already, just search on the website, we have a search bar on top. If you decide to use a structure block instead, check this tutorial: https://www.youtube.com/watch?v=Xacbh--_-ao&t=8s For schematics, don't use them as they are not supported anymore by Minecraft.
  2. Texture mapping of models is done in the modeler where you make your mob model, MCreator just uses the texture mapping that is defined with the model. This tutorial might help, although it is a bit outdated: https://www.youtube.com/watch?v=XADFA5HJSWw&t=372s or this one: https://www.youtube.com/watch?v=iYsUoFePlkA&t=88s

There two answers are not answered here, but it might still be worth checking this playlist for more tips like these: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei