forked from mrkubax10/industrialtest
Implement Static Boots
This item allows for charging equipped electric tools via walking. Walking distance of 5 blocks charges 1 EU to first found tool in armor inventory.
This commit is contained in:
1
init.lua
1
init.lua
@@ -58,6 +58,7 @@ dofile(modpath.."/tools/electric_drill.lua")
|
||||
dofile(modpath.."/tools/electric_hoe.lua")
|
||||
dofile(modpath.."/tools/electric_saber.lua")
|
||||
dofile(modpath.."/tools/jetpack.lua")
|
||||
dofile(modpath.."/tools/static_boots.lua")
|
||||
dofile(modpath.."/tools/treetap.lua")
|
||||
dofile(modpath.."/tools/wrench.lua")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user