From e77fb4ccbbae75607a2f478c42c2190778ae432c Mon Sep 17 00:00:00 2001 From: Kimapr Date: Sat, 21 Dec 2019 00:51:17 +0500 Subject: [PATCH] fix of the fix --- nc_sky_inject/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_sky_inject/init.lua b/nc_sky_inject/init.lua index e8bf4ae..83822d5 100644 --- a/nc_sky_inject/init.lua +++ b/nc_sky_inject/init.lua @@ -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} })