Started by
_Fox_
on
Topic category: Help with Minecraft modding (Java Edition)
So I tried to make skeletons drop a custom music disc but I did not know how to do that so I made a custom mob and I want it to drop a custom music disc but it has to be rare.
Right now I'm sitting and trying to make a custom procedure for it but I do not have any skills at making this kind of stuff so I'm asking for help.
Edited by _Fox_ on Sat, 05/30/2020 - 16:39
Have a procedure with the global trigger, "when entity dies" (no other trigger) and have the procedure be:
If: {is entity subtype: skeleton}
Do: {Spawn Gem at x y z: [music disc]}
That is if you still want skeletons to drop it.
Thank you very much :3