Multiple Different Drops

Started by Catdaddy0124 on

Topic category: Help with MCreator software

Active 1 year ago
Joined Jul 2019
Points:
650

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Multiple Different Drops

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?

Active 5 years ago
Joined Oct 2019
Points:
638

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Can anyone explain how to…
Mon, 10/14/2019 - 02:05

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.

Active 4 years ago
Joined Aug 2019
Points:
740

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
Make a procedure for when…
Mon, 10/14/2019 - 05:43

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.

Active 6 months ago
Joined Apr 2020
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Can you show us what it…
Tue, 05/05/2020 - 14:37

Can you show us what it looks like? I'm trying to do same thing but can't seem to get it to work.