How can i make a texture similar to beacon?

Started by Legend333 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Jun 2023
Points:
222

User statistics:

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

you know that smaller thing inside the beacon?

Active 18 hours ago
Joined May 2022
Points:
1256

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1142
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.

Active 2 months ago
Joined Jun 2023
Points:
222

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
thanks
Thu, 01/25/2024 - 18:57

thanks

Active 2 months ago
Joined Jun 2023
Points:
222

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 10 months ago
Joined Dec 2021
Points:
687

User statistics:

  • Modifications: 3
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 308
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.

Active 2 months ago
Joined Jun 2023
Points:
222

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 18 hours ago
Joined May 2022
Points:
1256

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1142
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.

Active 10 months ago
Joined Dec 2021
Points:
687

User statistics:

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

Gotcha.