End Portal Frame Size

Started by Ruukasu on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jul 2021
Points:
528

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
End Portal Frame Size

img

How could i make my block the same height as a normal end portal frame?
(-3 pixels from the top)

Active 1 month ago
Joined Dec 2020
Points:
724

User statistics:

  • Modifications: 2
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
You can make a custom model…
Sun, 07/11/2021 - 15:51

You can make a custom model with blockbench

Active 3 years ago
Joined Jun 2021
Points:
618

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Hello. You can create your…
Sun, 07/11/2021 - 17:40

Hello. You can create your own block model in the Blockbench program. Everything is simple there: create a mini-cube, adjust its size, adjust textures and export. Then in the MCreator in the main menu go to the Resources tab. Import all textures, go to the next tab above the 3D models and texture mapping. Import your .json model there. Then, as usual, add a new block, but in the Visual section, in the Block model parameter, select your model. Done!