#1% drop

1 messages · Page 1 of 1 (latest)

coral pendant
#

Hi, i wanna make that when a player mines stone there will be 1% chance to spawn a amethyst block

#

How can i do that 1% part

#

On block break:
If event-blocks is stone:

#

But idk the chance part

coral pendant
#

Is it like

Chance of 1%

deft jewel
#
on break of stone:
  chance of 1%:
    set event-block to air
    drop amethyst block at event-location```
#

this is one way to to it

coral pendant
#

Alr tysm! I need the event block to be amethyst block i ll just change "to air" to to amethyst

deft jewel
#

no problem. If you need help let me know