Started by
Demon_Cry
on
Topic category: Help with MCreator software
Who knows how to make armor that will fall on the player as a skin. Can something in the code change?
Topic category: Help with MCreator software
Who knows how to make armor that will fall on the player as a skin. Can something in the code change?
I'm not exactly sure what you mean. Do you want it so that when a player picks up a specific piece of armor it gets automatically equipped? If that is what you want to do, here's a procedure that does it:
https://drive.google.com/file/d/1Up5BQ73fnxUXHzI2RtdxwkMuNn3FQdkf/view?usp=sharing
The text in the custom code block is:
pickedUp = ((EntityItemPickupEvent) dependencies.get("event")).getItem().getItem();