summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-11-12 03:33:55 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-11-12 03:33:55 +0300
commit05911cccd7452a3e65dab8f08a59137fe1a92629 (patch)
tree77cd9881a735c07535639e0cdcf1470cc523293f
parenta707a4526f52a75bacc9df8a9391afaede6ed145 (diff)
constructor yield change
-rw-r--r--extranodes/depends.txt1
-rw-r--r--technic/depends.txt3
-rw-r--r--technic/machines/other/constructor.lua4
3 files changed, 4 insertions, 4 deletions
diff --git a/extranodes/depends.txt b/extranodes/depends.txt
index 16a2b11..ff994f8 100644
--- a/extranodes/depends.txt
+++ b/extranodes/depends.txt
@@ -8,4 +8,3 @@ unifieddyes?
intllib?
moreblocks?
pkarcs?
-
diff --git a/technic/depends.txt b/technic/depends.txt
index 55a0eff..d23e2a1 100644
--- a/technic/depends.txt
+++ b/technic/depends.txt
@@ -10,4 +10,5 @@ digiline_remote?
intllib?
unified_inventory?
vector_extras?
-ehlphabet? \ No newline at end of file
+ehlphabet?
+dye? \ No newline at end of file
diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua
index 5847fdb..53dd9f4 100644
--- a/technic/machines/other/constructor.lua
+++ b/technic/machines/other/constructor.lua
@@ -73,14 +73,14 @@ minetest.register_craft({
})
minetest.register_craft({
type = "shapeless",
- output = 'technic:constructor_mk2_off 1',
+ output = 'technic:constructor_mk2_off 2',
recipe = {'technic:constructor_mk1_off', 'technic:constructor_mk1_off'},
})
minetest.register_craft({
type = "shapeless",
- output = 'technic:constructor_mk3_off 1',
+ output = 'technic:constructor_mk3_off 2',
recipe = {'technic:constructor_mk2_off', 'technic:constructor_mk2_off'},
})