Update 'mods/starsnodes/lightsword.lua'

This commit is contained in:
thunderdog1138 2020-03-25 21:11:33 +00:00
parent 7353531458
commit 15b61f1060
1 changed files with 5 additions and 5 deletions

View File

@ -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 = {