#fortune auto pickup

1 messages · Page 1 of 1 (latest)

red reef
#

i have this as my code right now
on mine:
if player's gamemode is not creative:
give drops of event-block using player's tool to player
cancel drops
i was wondering if there was a way to make it compatible with fortune?

#

fortune for like, stone and wood

#

stuff that does not normally have fortune

fierce imp
#

it is, you'd just have to do some math with calculating the amount of items it's supposed to drop

flat tendon
#

It should already take fortune into account

red reef
#

not with wood

flat tendon
#

Is wood supposed to care about fortune

#

I dont remeber this being a feature

solemn crescent
flat tendon
#

Mhm

#

Nvm

#

You dont understand

solemn crescent
#

i do

#

don't worry

flat tendon
#

Basically you are gonna have to do more

#

Becausec wont calculate fortune for you

solemn crescent
#

correect

#

and he wants to make it so it does

#

so he will run some calculations wo it would

red reef
#

I want to make it so that if I use a fortune 15 axe it would give up to 15 wood

solemn crescent
#

so fortuen 1 will be useless, got it

dense parrot
#

Yeah, should be 1+level

#

You literally just give 1 + the level of fortune

flat tendon
#

random integer between 1 and (1+level of fortune)

red reef
#

I meant 16