Skip to content

[1.12.2] How can I specify only hand when overwriting block hardness values? #74

@SheikhCrow

Description

@SheikhCrow

Hello!

I hope you (The author) that you are active, as I'm having an issue in my modpack. Basically, I set a OreDict entry to have hardness 1000 for player to not break with hand, which has level 0, but my modpack contains tools that also have level 0, and it ruins stuff.

I was wondering If I could do that?

My current overwrite. It does what I said earlier.

oredict { S:"ore:plankWood"=axe=0@1000, S:"ore:logWood"=axe=0@1000 }

I tried this, but it does not work.

oredict { S:"ore:plankWood"=0@1000, S:"ore:logWood"=0@1000 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions