作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: paper purpur
标签: equipment game-mechanics utility
This plugin adds a simple, vanilla-friendly 3×3 mining pickaxe that breaks blocks in a 3×3 area instead of just one, making mining faster and more efficient. It's designed to feel like its part of the base game.
? How to Get the Drill Pickaxe:
/minecraft:give @p minecraft:netherite_pickaxe[custom_data={PublicBukkitValues:{"drillpickaxe:drill":1b}}]
This uses the vanilla minecraft give format and you can fully customize it to your likings.
? Note: The
{PublicBukkitValues:{"drillpickaxe:drill":1b}}tag is required for the 3×3 mining behavior to work properly.
You can freely customize the pickaxe's name or appearance. Here's an example:
/minecraft:give @p minecraft:netherite_pickaxe[
custom_data={PublicBukkitValues:{"drillpickaxe:drill":1b}},
minecraft:custom_name=[{"text":"Drill","italic":false,"color":"aqua"}]]
This gives you the Pickaxe with a custom name and color!
请登录后举报
暂无评论,抢个沙发吧~