Started by
scorpion981
on
Topic category: Help with Minecraft modding (Java Edition)
Hi!
Im working on a mod and i need help cause i dont know how to make a procedure like: You kill enderdragon (or other mob), this give you diamond (or other procedure).
Sorry if im not really good with english...
Crate new procedure, use Global trigger when: Entity dies and use entity compare block from Logic operations to check entity type.
There is also a Template, Check if current entity is player, can you select something else as entity
Thx to you two!