From 05911cccd7452a3e65dab8f08a59137fe1a92629 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 12 Nov 2018 03:33:55 +0300 Subject: constructor yield change --- extranodes/depends.txt | 1 - technic/depends.txt | 3 ++- technic/machines/other/constructor.lua | 4 ++-- 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'}, }) -- cgit v1.2.3