fix of the fix
This commit is contained in:
parent
9a71488fa0
commit
e77fb4ccbb
|
@ -27,7 +27,7 @@ nodecore.register_craft({
|
|||
label = "squash water from leaves",
|
||||
action = "pummel",
|
||||
nodes = {
|
||||
{match = "nc_terrain:leaves_loose", replace = "nc_terrain:water_source"}
|
||||
{match = "nc_tree:leaves_loose", replace = "nc_terrain:water_source"}
|
||||
},
|
||||
toolgroups = {thumpy = 2}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue