Started by
Ericpro06
on
Topic category: Help with Minecraft modding (Java Edition)
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
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
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.