New machine: water mill

This commit is contained in:
Maciej Kasatkin
2012-09-02 16:10:39 +02:00
parent 3c09c52102
commit 927ed7d157
6 changed files with 131 additions and 0 deletions

View File

@ -34,6 +34,7 @@ dofile(minetest.get_modpath("technic").."/mining_laser_mk1.lua")
dofile(minetest.get_modpath("technic").."/generator.lua")
dofile(minetest.get_modpath("technic").."/solar_panel.lua")
dofile(minetest.get_modpath("technic").."/geothermal.lua")
dofile(minetest.get_modpath("technic").."/water_mill.lua")
function has_locked_chest_privilege(meta, player)