Minecraft Maps / Other

pickaxe that can mine 3x3

  • 6,790 views, 2 today
  • 3
  • 1
12ThDoctorWik
Level 20 : Expert Miner
2
I just maked a pickaxe that can mine 3x3(Need to stay close to block that u want to break)


first you need to create scoreboard

/scoreboard objectives add mines minecraft.used:minecraft.diamond_pickaxe

then create a mcfunction file

execute at @a[scores={mines=1..1000000}] run execute at @a[nbt={SelectedItem:{id:"minecraft:diamond_pickaxe",Count:1b,tag:{display:{Lore:"3x3"]}}}}] run fill ~-1 ~ ~-1 ~1 ~2 ~1 air destroy
execute at @a[scores={mines=1..10}] run scoreboard players set @a[scores={mines=1..100000}] mines 0

Lore : it`s to make only special pickaxe avalible to mine 3x3

then give an a pickaxe with lore that u type on execute command

/give @p minecraft:diamond_pickaxe{display:{Lore:["3x3"]}} 1

and place a commnad_block near world spawn, or chunk that would be loadded all the time, and type on it

/function :your path to function:



That pickaxe is avalible on my server <3


www.planetminecraft.com/server/familywik-reborn-ru/
Progress95% complete
Tags

Create an account or sign in to comment.

Welcome