Started by
Catdaddy0124
on
Topic category: Help with MCreator software
I'm trying to add a crop that drops two different items when broken. I was wondering if it was possible and how I could do this is MCreator?
Topic category: Help with MCreator software
I'm trying to add a crop that drops two different items when broken. I was wondering if it was possible and how I could do this is MCreator?
You can use procedures to spawn gems when destroyed.
Can anyone explain how to add multiple drops to a block?
I'd like to select more than one item or block as a possibility to drop from a leaf block type I created.
Make a procedure for when block destroyed by player, and put if random [0,1] greater than for example 0.95 (a 5% chance) then drop a gem of your choosing.
Can you show us what it looks like? I'm trying to do same thing but can't seem to get it to work.