summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:10:16 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:10:16 -0400
commit61d24d1f1da862f497d5c7dc04faf1d88c7c5393 (patch)
tree6fbe04343b5cb124680af031ff41d662d5a9cff5
parent1851f0f57f617ff01da5b932c11114cc73e75d0a (diff)
downloadunifiedmesecons-61d24d1f1da862f497d5c7dc04faf1d88c7c5393.tar
unifiedmesecons-61d24d1f1da862f497d5c7dc04faf1d88c7c5393.tar.gz
unifiedmesecons-61d24d1f1da862f497d5c7dc04faf1d88c7c5393.tar.bz2
unifiedmesecons-61d24d1f1da862f497d5c7dc04faf1d88c7c5393.tar.xz
unifiedmesecons-61d24d1f1da862f497d5c7dc04faf1d88c7c5393.zip
use `"split"` for split-89 palette instead of `true`.
-rw-r--r--init.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/init.lua b/init.lua
index 2c1994d..b7ee369 100644
--- a/init.lua
+++ b/init.lua
@@ -377,7 +377,7 @@ for _,color in pairs(hues) do
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_corner_"..color.."_off 3",
- true,
+ "split",
dye),
recipe = {
{"", dye, ""},
@@ -389,7 +389,7 @@ for _,color in pairs(hues) do
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_tjunction_"..color.."_off 3",
- true,
+ "split",
dye),
recipe = {
{"", dye, ""},
@@ -402,7 +402,7 @@ for _,color in pairs(hues) do
type = "shapeless",
output = unifieddyes.make_colored_itemstack(
"mesecons_insulated:insulated_"..color.."_off",
- true,
+ "split",
dye),
recipe = {
dye,
@@ -413,7 +413,7 @@ for _,color in pairs(hues) do
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_corner_"..color.."_off",
- true,
+ "split",
dye),
type = "shapeless",
recipe = {
@@ -425,7 +425,7 @@ for _,color in pairs(hues) do
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_tjunction_"..color.."_off",
- true,
+ "split",
dye),
type = "shapeless",
recipe = {
@@ -444,7 +444,7 @@ for _,color in pairs(hues) do -- allow re-dying of grey wires since they're so l
type = "shapeless",
output = unifieddyes.make_colored_itemstack(
"mesecons_insulated:insulated_"..color.."_off",
- true,
+ "split",
dye),
recipe = {
dye,
@@ -455,7 +455,7 @@ for _,color in pairs(hues) do -- allow re-dying of grey wires since they're so l
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_corner_"..color.."_off",
- true,
+ "split",
dye),
type = "shapeless",
recipe = {
@@ -467,7 +467,7 @@ for _,color in pairs(hues) do -- allow re-dying of grey wires since they're so l
minetest.register_craft({
output = unifieddyes.make_colored_itemstack(
"mesecons_extrawires:insulated_tjunction_"..color.."_off",
- true,
+ "split",
dye),
type = "shapeless",
recipe = {