Started by
Luky_276
on
Sun, 05/29/2022 - 17:31
Topic category: Help with modding (Java Edition)
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.
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
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.