use group:stick for all stick-based recipes

since they're all being (re-)dyed anyway.
This commit is contained in:
Vanessa Ezekowitz 2014-11-16 12:05:13 -05:00
parent e076e308d9
commit 127a8b388e
2 changed files with 8 additions and 9 deletions

View File

@ -99,8 +99,8 @@ for shade = 1, 3 do
output = colorname.." 2", output = colorname.." 2",
recipe = { recipe = {
{ "unifieddyes:"..shadename..huename, "", "" }, { "unifieddyes:"..shadename..huename, "", "" },
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
}, },
}) })
@ -108,8 +108,8 @@ for shade = 1, 3 do
output = s50colorname.." 2", output = s50colorname.." 2",
recipe = { recipe = {
{ "unifieddyes:"..shadename..huename.."_s50", "", "" }, { "unifieddyes:"..shadename..huename.."_s50", "", "" },
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
}, },
}) })
@ -182,8 +182,8 @@ for hue = 1, 12 do
output = colorname.." 2", output = colorname.." 2",
recipe = { recipe = {
{ "unifieddyes:light_"..huename, "", "" }, { "unifieddyes:light_"..huename, "", "" },
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
}, },
}) })
@ -253,8 +253,8 @@ for grey = 1,5 do
output = greyshadename.." 2", output = greyshadename.." 2",
recipe = { recipe = {
{ greyname3, "", "" }, { greyname3, "", "" },
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
{"default:stick", "default:stick", "default:stick"}, {"group:stick", "group:stick", "group:stick"},
}, },
}) })

View File

@ -5,7 +5,6 @@
local colored_block_modname = "coloredwood" local colored_block_modname = "coloredwood"
local colored_block_description = "Stick" local colored_block_description = "Stick"
local neutral_block = "default:stick"
for shade = 1, 3 do for shade = 1, 3 do