diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-09-02 12:55:14 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-09-02 12:55:14 -0400 |
commit | c47d6b02df8ec33ecaaa43a20294bdd0704540dd (patch) | |
tree | dfeeab328e9232971d95b61fa676f32078400925 /devices.lua | |
parent | ccf696748d8ef354033224265119b60c947c55ff (diff) |
Added crafting recipes for various objects, with options: If homedecor is
installed, use the plastic sheeting therein. If not, we define it manually.
If the Technic mod is installed, don't define any recipes at all. Also removed
the extra "loaded!" messages and tweaked the default pipe alias to point to
something that is actually visible :-)
Diffstat (limited to 'devices.lua')
-rw-r--r-- | devices.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devices.lua b/devices.lua index 80f69c7..5f1ce0d 100644 --- a/devices.lua +++ b/devices.lua @@ -469,4 +469,3 @@ for a in ipairs(axes) do end) end -print("Pipeworks loaded!") |