#special Pickaxe
1 messages · Page 1 of 1 (latest)
You need a custom fortune skript
Lemme find it
if gamemode is survival:
set {_fortune} to the level of fortune on player's tool
set {_no_bonus_chance} to 2 / ({_fortune} + 2)
set {_rand_pick} to a random number between 0 and 1
set {_num_drops} to 1
if {_rand_pick} is greater than {_no_bonus_chance}:
set {_num_drops} to a random integer between 2 and ({_fortune} + 1)
clear drops
if event-block is crying_obsidian:
give {_num_drops} of Purple Dye to player
if event-block is ancient debris:
give {_num_drops} of netherite ingot to player
if event-block is Stone:
give {_num_drops} of Cobblestone to player```
Change the event-blocks to the blocks you want
And the {_num_drops} of (item)
@nova sonnet look my help ticket pls
But heres the skript @native badger
And do these
Yes
After the on mine: part
Add
If name of player’s hand held item is pickaxe named (name):
And add one extra tab on every line
ok
also, how would i customize the compressed items
change the event block and the drops?
oh
im dumb u said
ty
where would i add the If name of player’s hand held item is pickaxe named (name):
And add one extra tab on every line
because im not finding
Add : after the line
now theres no error but all picks give those items even when it isnt named the certain thing
and all blocks drop them
Send entire code
on mine:
if player is holding a pickaxe named "&bCompressed Pickaxe":
if gamemode is survival:
set {_fortune} to the level of fortune on player's tool
set {_no_bonus_chance} to 2 / ({_fortune} + 2)
set {_rand_pick} to a random number between 0 and 1
set {_num_drops} to 1
if {_rand_pick} is greater than {_no_bonus_chance}:
set {_num_drops} to a random integer between 2 and ({_fortune} + 1)
clear drops
if event-block is crying_obsidian:
give {_num_drops} of Purple Dye to player
if event-block is ancient debris:
give {_num_drops} of netherite ingot to player
if event-block is Stone:
give {_num_drops} of Cobblestone to player
also it does it in creative as well
all picks, tools and even hand drops the items
do you know why?
@nova sonnet
Im tryna sleep xD
oh my bad
Dw
Player’s tool is …
🥄
Dont ping me
dont spoon feed ¯_(ツ)_/¯
#1124074858960146432
@native badger dont go into other threads asking people to help you. Just be patient
