From 127a8b388e279ec4401f197dce2dafdf5b81f28f Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 16 Nov 2014 12:05:13 -0500 Subject: [PATCH] use group:stick for all stick-based recipes since they're all being (re-)dyed anyway. --- fence.lua | 16 ++++++++-------- stick.lua | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/fence.lua b/fence.lua index 57914a3..b929ea0 100644 --- a/fence.lua +++ b/fence.lua @@ -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"}, }, }) diff --git a/stick.lua b/stick.lua index 5652f4b..5be3406 100644 --- a/stick.lua +++ b/stick.lua @@ -5,7 +5,6 @@ local colored_block_modname = "coloredwood" local colored_block_description = "Stick" -local neutral_block = "default:stick" for shade = 1, 3 do