Add conversion for nodes that shears act on

This commit is contained in:
teknomunk 2024-08-18 19:42:13 -05:00
parent 426af2eb5f
commit aa073247b3
1 changed files with 1 additions and 0 deletions

View File

@ -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)