Started by
cookiething
on
Topic category: Help with MCreator software
i'm trying to give a mob a certain drop that only appears sometimes with a loot table, but how do I?
Topic category: Help with MCreator software
i'm trying to give a mob a certain drop that only appears sometimes with a loot table, but how do I?
I myself don't use loot tables. I actually do it via procedures instead.
You can make a procedure with the "entity killed" trigger, and put an if block below it. Then, you can grab the "is event/target entity (sub)type [entity name] block, and place it in the if block, but not as the outcome of it. After that, you can get the "do with 70% chance" template from the procedure library, and decrease/increase chances for each mob drop. Please note that you need to use if blocks to determine the chance. Below those if blocks, as their outcomes, put "spawn [gem]" blocks, which you can get from the "world management" tab of the procedure maker.
where is that is block you were talking about?
where is that is block you were talking about
sorry i didn't notice i already posted the reply
Which block?
The chance thing is in the template library for making procedures if that's what you're talking about.
the first block you talked about