Started by
Rednax
on
Topic category: Help with MCreator software
Is there a way to make a vanilla mob like a spider have a chance to drop a modded item? I don't know how.
Edited by Rednax on Sun, 05/10/2020 - 22:18
Topic category: Help with MCreator software
Is there a way to make a vanilla mob like a spider have a chance to drop a modded item? I don't know how.
Make a Procedure with global trigger: entity dies.
if: (is entity subtype: spider)
do: (spawn gem: [spider leg])
Well actually I was thinking spider fang
Did it work for you?
(the spider leg was an example)
Haven't tried yet. Thanks though
Loot tables, look up the percentages and add all the vanilla drops as well.
what does that mean?
I do not know java anyway and I tried Trolmaso's idea and it worked. Thanks Trolmaso.
No problem :)