forked from VoxeLibre/VoxeLibre
Add conversion for nodes that shears act on
This commit is contained in:
parent
426af2eb5f
commit
aa073247b3
|
@ -314,6 +314,7 @@ local GROUP_MAP = {
|
|||
["oddly_breakable_by_hand"] = "handy",
|
||||
["cracky"] = "pickaxey",
|
||||
["crumbly"] = "shovely",
|
||||
["snappy"] = "shearsy",
|
||||
}
|
||||
|
||||
function mcl_autogroup.mod_compatibility(groups, ndef)
|
||||
|
|
Loading…
Reference in New Issue