You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
ok, i read through some of the other issues here, and it seems this mod does NOT offer what iw as looking for (making certain blocks unbreakable by hand). Correct me if i am wrong and there IS indeed a way to do so
This mod is for making blocks require certain tools to harvest. It does not prevent the blocks from being broken by hand, similar to how you can break stone by hand if you wait long enough. The only place where it does that is where Minecrafts engine doesn't allow it to (blocks that don't require tools by default).
What you want to do is relatively doable in code, the question rather is why should stone be unbreakable by hand, and what would it provide?
Could we have a little better documentation of what does what and when.
I am simply trying to make certain blocks unbreakable by hand, but this has proven to be an almost impossible task without any docs.
what i've tried:
====================- Applying block changes -====================
Changing block harvest level of minecraft:stone:0 from pickaxe: 0 to hand: 8
and
Changing block harvest level of minecraft:stone:0 from pickaxe: 0 to hand: 0
==========================================================
neither one helps.
i am at a loss... could you point me in the right direction?
The text was updated successfully, but these errors were encountered: