From c9bf799e32f2cac21980c7d16b01ac8d6394d0d3 Mon Sep 17 00:00:00 2001 From: Zefram Date: Tue, 29 Apr 2014 21:43:20 +0100 Subject: [PATCH] Declare unified_inventory optional dependency Make sure unified_inventory is loaded before us if present, so that we successfully register crafts with it. --- technic/depends.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/technic/depends.txt b/technic/depends.txt index 3e3ce0a..2b3310e 100644 --- a/technic/depends.txt +++ b/technic/depends.txt @@ -4,3 +4,4 @@ pipeworks mesecons mesecons_mvps? intllib? +unified_inventory?