diff options
-rw-r--r-- | extranodes/depends.txt | 1 | ||||
-rw-r--r-- | technic/depends.txt | 3 | ||||
-rw-r--r-- | 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'}, }) |