Started by
RedTShirtGamin…
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
I want to make a procedure where a mob will spawn based on what item just despawned. How would I do this?
Thanks! :)
EDIT: If it can't be done using MCreator's block code, how would I do it using the text code editor?
Edited by RedTShirtGaming Studios on Thu, 03/17/2022 - 13:31
when item despawns global trigger
if event target entity to itemstack = your_item
do Whatever