Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All bars and bars overlays are missing the tag 'minecraft:mineable/pickaxe' #176

Open
Arthur-UBdx opened this issue Oct 7, 2024 · 0 comments

Comments

@Arthur-UBdx
Copy link

Arthur-UBdx commented Oct 7, 2024

All bars will break at the same speed whatever tool you use, simply because the tag "minecraft:mineable/pickaxe" is missing.
A temporary fix can be added with kubejs.

kubejs/server_scripts/tags.js:

ServerEvents.tags('block', event => {
    event.add('minecraft:mineable/pickaxe', [
        'createdeco:industrial_iron_bars',
        'createdeco:industrial_iron_bars_overlay',
        'createdeco:andesite_bars',
        'createdeco:andesite_bars_overlay',
        'createdeco:brass_bars',
        'createdeco:brass_bars_overlay',
        'createdeco:copper_bars',
        'createdeco:copper_bars_overlay',
        'createdeco:zinc_bars',
        'createdeco:zinc_bars_overlay',
    ])
})
@Arthur-UBdx Arthur-UBdx changed the title Industrial iron bars have no preferred tool to break (and is slow to break by hand) Industrial iron bars have no harvest tool (and is slow to break by hand) Oct 7, 2024
@Arthur-UBdx Arthur-UBdx changed the title Industrial iron bars have no harvest tool (and is slow to break by hand) Industrial iron bars are missing the tag 'minecraft:mineable/pickaxe' Oct 7, 2024
@Arthur-UBdx Arthur-UBdx changed the title Industrial iron bars are missing the tag 'minecraft:mineable/pickaxe' All bars and bars overlays are missing the tag 'minecraft:mineable/pickaxe' Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant