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

The object is not broken by hand in mineclone 2 #8

Open
wuniversales opened this issue Mar 16, 2020 · 2 comments
Open

The object is not broken by hand in mineclone 2 #8

wuniversales opened this issue Mar 16, 2020 · 2 comments

Comments

@wuniversales
Copy link

Object is not broken in creative mode by hand in mineclone 2.
In survival mode, it is impossible to break it too.

@minertestdude
Copy link
Contributor

Thanks, I found and fixed it. Mcl2 seems to ignore groups and uses { _mcl_blast_resistance = .., _mcl_hardness = .. } to determine how easy things break. See games/mineclone2/mods/ITEMS/mcl_core/nodes_base.lua

@minertestdude
Copy link
Contributor

No, all wrong, now I know what is going on. If group gets "level=2" for some reason it makes block indestructable. Any other group is either information only, or allows/prevents drops when you dig it with specific tool. Anything can be dug, the speed depends upon _mcl_hardness only.

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

2 participants