diff --git a/mods/starsnodes/lightsword.lua b/mods/starsnodes/lightsword.lua index dde7b6ed..15f5ca12 100644 --- a/mods/starsnodes/lightsword.lua +++ b/mods/starsnodes/lightsword.lua @@ -70,7 +70,7 @@ for n,cor in ipairs(cores) do inventory_image = "starsnodes_lightsaberongreen.png", wield_image = "starsnodes_lightsaberongreen.png", groups = { - lightsaber= 1, + lightsaber= 3, not_in_creative_inventory=1, }, tool_capabilities = { @@ -90,7 +90,7 @@ for n,cor in ipairs(cores) do inventory_image = "starsnodes_lightsaberonblue.png", wield_image = "starsnodes_lightsaberonblue.png", groups = { - lightsaber= 1, + lightsaber= 3, not_in_creative_inventory=1, }, tool_capabilities = { @@ -110,7 +110,7 @@ for n,cor in ipairs(cores) do inventory_image = "starsnodes_lightsaberonyellow.png", wield_image = "starsnodes_lightsaberonyellow.png", groups = { - lightsaber= 1, + lightsaber= 3, not_in_creative_inventory=1, }, tool_capabilities = { @@ -130,7 +130,7 @@ for n,cor in ipairs(cores) do inventory_image = "starsnodes_lightsaberonpurple.png", wield_image = "starsnodes_lightsaberonpurple.png", groups = { - lightsaber= 1, + lightsaber= 3, not_in_creative_inventory=1, }, tool_capabilities = { @@ -150,7 +150,7 @@ for n,cor in ipairs(cores) do inventory_image = "starsnodes_lightsaberonred.png", wield_image = "starsnodes_lightsaberonred.png", groups = { - lightsaber= 1, + lightsaber= 3, not_in_creative_inventory=1, }, tool_capabilities = {