Started by
Wotan
on
Topic category: Advanced modding
In Mcreator 2020.5
An item in the secondary hand will receive 1 enchantment level for each dead entity. How to do this?
Topic category: Advanced modding
In Mcreator 2020.5
An item in the secondary hand will receive 1 enchantment level for each dead entity. How to do this?
You could set a procedure that says "if in off-hand and killed number of Mobs > give enchantment 'X' ".
Giving an enchantment is actually a procedure block you can choose in the procedure maker. That should work just fine, you probably have to tinker around with some numbers though.