Is it possible to make these?

Started by Ericpro06 on

Topic category: Help with modding (Java Edition)

Last seen on 03:02, 15. Jul 2018
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make these?

Hi, is it possible to make a custom hat/helmet? And when you wear it, particles come out?

In conclusion,

i) How to make custom hat/helmet?

ii) How to make particles come out when you wear the helmet/hat

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you just want to make a…
Sun, 07/15/2018 - 06:13

If you just want to make a new helmet, just use the armor recipe and disable chestplate, leggings and boots, so you only make a helmet.

If you want to make it 3d modeled, I can't help you here, but (if I remember well) Nuparu00 did a tutorial for this.

For the particles just add a procedure to the "while helmet equipped" (or "helmet tick rate", I don't remember how it was written)

Procedure to add:

Spawn particle

 

Sorry for bad English

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tutorial:  - Create a…
Sat, 07/21/2018 - 19:31

Tutorial: 

- Create a procedure

- In the "World Management" tab on the left, drag a *Spawn at X Y Z with vx 0 1 0 particle:" block and customize the particle to your liking.

- Drag the new block under the *Event Trigger* block so they connect.

- Click "Next" and wait for compile

- In the armor creation menu under "Helmet tick event", make it run the procedure that you just created.