VeinMiner
VeinMiner copied to clipboard
[Request] veinminer tool/block registration command
I'm very bored to register added blocks/tools.
I wish
/veinminer (toollist|blocklist) (axe|pickaxe|shovel|hoe|shears) (add|remove)
works to add or remove player having item.
thank you.
Well, if you look in the config, you can speed up the blocks portion via the OreDictionary
Prefix
section for each tool group. (Eg. Axe
's log
adds logWood
, Pickaxe
's ore
adds oreIron
, oreGold
, oreDiamond
, oreLapis
, oreRedstone
, etc.)
Did you by chance mean that you want VeinMiner to be capable of registering the item you're holding? A command possibly resembling this:
While holding an Advanced Diamond Drill
/veinminer toollist pickaxe add <hand>
adds GraviSuite:advDDrill (the internal name for Advanced Diamond Drill) to Pickaxe ToolList
While holding Cobblestone
/veinminer blocklist pickaxe add <hand>
Adds minecraft:cobblestone to Pickaxe BlockList
#40 would also help with this.