There is this script file I downloaded it is good except, I want it to give the item not drop the item
The script is:
on mine:
if player's gamemode is survival:
cancel the drops
set {_f} to level of fortune of player's tool
set {_l} to {_f} + 1
set {_drops} to random integer between 1 and {_l}
loop {_drops} times:
drop drops of event-block using player's tool
Question
Stuff455
There is this script file I downloaded it is good except, I want it to give the item not drop the item
The script is:
on mine:
Edited by Stuff455if player's gamemode is survival:
cancel the drops
set {_f} to level of fortune of player's tool
set {_l} to {_f} + 1
set {_drops} to random integer between 1 and {_l}
loop {_drops} times:
drop drops of event-block using player's tool
t5r
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now