fix of the fix

This commit is contained in:
Kimapr 2019-12-21 00:51:17 +05:00
parent 9a71488fa0
commit e77fb4ccbb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ nodecore.register_craft({
label = "squash water from leaves", label = "squash water from leaves",
action = "pummel", action = "pummel",
nodes = { nodes = {
{match = "nc_terrain:leaves_loose", replace = "nc_terrain:water_source"} {match = "nc_tree:leaves_loose", replace = "nc_terrain:water_source"}
}, },
toolgroups = {thumpy = 2} toolgroups = {thumpy = 2}
}) })