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

View File

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