summaryrefslogtreecommitdiff
path: root/unifiedmesecons
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:12:15 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:12:15 -0400
commitaaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b (patch)
tree379775ce76eb855a3ea65906727d828d1696cece /unifiedmesecons
parentba470a69750df16eac4278c30471d813c2581202 (diff)
downloaddreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.gz
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.bz2
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.xz
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.zip
updated castles, coloredwood, digistuff, locks, mesecons,
pipeworks, steel, unified dyes, unified mesecons, and worldedit
Diffstat (limited to 'unifiedmesecons')
-rw-r--r--unifiedmesecons/init.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/unifiedmesecons/init.lua b/unifiedmesecons/init.lua
index 2c1994d..b7ee369 100644
--- a/unifiedmesecons/init.lua
+++ b/unifiedmesecons/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 = {