Started by
161crewRussia
on
Topic category: Help with MCreator software
question #1
i need to make new villager profession, villagers must spawn in the village, how to made it?
question #2
How to make traiding gui with this villager?
question #3
How to make custom items drop from vanilla mobs?
question #4
custom illager mobs must spawn in the raid, how to do it?
Edited by 161crewRussia on Tue, 06/16/2020 - 14:55
#3:
Make a Procedure with global trigger: entity dies.
if: (is entity subtype: spider)
do: (spawn gem: [custom item])