How can I make a multitool, that is ONLY pickaxe and a shovel?

Started by Luky_276 on

Topic category: Help with modding (Java Edition)

Last seen on 12:52, 9. Apr 2023
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a multitool, that is ONLY pickaxe and a shovel?

The title explains it all. I made a mining drill, which I want to be shovel and a pickaxe in one. However, it breaks also wood and haybales at high speed (axe and sword is also mixed in that). How can I delete the axe and the sword from it? Thanks.

Last seen on 05:14, 7. Jul 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change it from a multi-tool…
Fri, 06/03/2022 - 03:30

Change it from a multi-tool to a special tool type

then add all of the blocks that you want it to be effective on

if you want it to be compatible with some other mods, you could make a new tag and name it stone/sand/dirt/esc and any other modded blocks with that tag will work if you add it to the effected blocks list.

 

ps: some mods use (Minecraft:stone/sand/dirt/esc) for there tags instead of just Stone/sand/dirt/esc so be aware of that

Last seen on 12:52, 9. Apr 2023
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, thanks. I got one more…
Fri, 06/03/2022 - 08:44

Okay, thanks. I got one more question. Do you know some site/list, where I could find all the tags, that Minecraft uses? It would´t be the first time to extremely help me. Thanks.

Last seen on 11:20, 4. Nov 2022
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the tag…
Fri, 11/04/2022 - 11:22

You can use the tag minecraft:(block name), for vanilla blocks, an if you want to use sand, stone, dirt, ect. from other mods use forge:(block type)

Last seen on 17:59, 7. Jan 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
forgot to add -  mineable…
Fri, 11/04/2022 - 15:29

forgot to add -  mineable/shovel & mineable/pickaxe should cover most blocks.

Last seen on 11:43, 8. Jan 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've got a similar issue, my…
Fri, 12/30/2022 - 18:11

I've got a similar issue, my special tool is able to mine a selection of blocks including stone, cobblestone, dirt and logs. When i add materials only mineable by pickaxe (such as stone or ores) to the list of breakable blocks it isnt able to mine it, is there a reasonably simple solution to this?