How can i make a texture similar to beacon?

Started by Legend333 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make a texture similar to beacon?

you know that smaller thing inside the beacon?

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would need to make a…
Thu, 01/25/2024 - 12:49

You would need to make a custom model for your block, using a tool such as Blockbench. From there, you can make your block any shape you like- if you're going for a beacon look though, make sure to have transparent textures enabled; minecraft fills in blank or translucent pixels with black by default.

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Btw how to make an 3d item…
Sat, 01/27/2024 - 17:26

Btw how to make an 3d item model for that block?

I put the 3d model and it worked, but now i dont have an item 3d model

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You don't need to set an…
Sat, 01/27/2024 - 17:32

You don't need to set an item 3d model. It automatically sets it for you.

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes ik but i used an 3d…
Sat, 01/27/2024 - 17:39

Yes ik but i used an 3d model, so it didnt automatically put it

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item models for blocks with…
Sat, 01/27/2024 - 17:43

Item models for blocks with a custom model can look weird- by default, MCreator uses the side texture of whatever you made. You can technicall make a new model for the inventory item, but it may be easier to just lock the element and override the display settings. (You would need to lock your custom block once you're finished with it, open the purple 'JSON' file, and change the display settings for the 'fixed' and 'gui' display.) You can use blockbench's display settings tool to get it how you want, and then either manually copy the values into the code, or just export the model and then copy and paste the display settings from the bottom of the resulting Java file.

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Gotcha.
Sun, 01/28/2024 - 19:48

Gotcha.