Hello! I am trying something where when a creeper dies it drops something. Luckily there is already an example.
I do this, and the creeper does not drop anything. This is the example used on the github, but why does it not work?
Code:
on death of creeper:
drop 1 tnt
I do this, and the creeper does not drop anything. This is the example used on the github, but why does it not work?