mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-25 02:01:28 +01:00
Add conversion for nodes that shears act on
This commit is contained in:
parent
d7995d81bb
commit
b5a05857eb
@ -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
Block a user