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:
2024-01-14 16:56:50 +01:00
parent 8446793413
commit 56c08f1f76
3 changed files with 129 additions and 0 deletions

View File

@@ -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")