projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2d09b
)
Make MV extractor/compressor work
author
Carter Kolwey
<fhrfuyduduf@gmail.com>
Thu, 3 Jul 2014 02:46:06 +0000
(21:46 -0500)
committer
Novatux
<nathanael.courant@laposte.net>
Thu, 3 Jul 2014 06:18:41 +0000
(08:18 +0200)
technic/machines/MV/init.lua
patch
|
blob
|
history
diff --git
a/technic/machines/MV/init.lua
b/technic/machines/MV/init.lua
index d51bdf52ab3eead3db29f59c497f7e4bfca43c7a..37ccebe1132253217d5d2b497e6f6101c6a5ab0f 100644
(file)
--- a/
technic/machines/MV/init.lua
+++ b/
technic/machines/MV/init.lua
@@
-14,6
+14,8
@@
if technic.config:get_bool("enable_wind_mill") then
dofile(path.."/wind_mill.lua")
end
dofile(path.."/generator.lua")
+dofile(path.."/extractor.lua")
+dofile(path.."/compressor.lua")
-- The power radiator supplies appliances with inductive coupled power:
-- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.