Refactor item fluid storage

This commit is contained in:
2025-04-28 13:36:17 +02:00
parent 84ff508056
commit 63960f3de1
4 changed files with 47 additions and 21 deletions

View File

@@ -78,6 +78,7 @@ dofile(modpath.."/tools/electric_chainsaw.lua")
dofile(modpath.."/tools/electric_drill.lua")
dofile(modpath.."/tools/electric_hoe.lua")
dofile(modpath.."/tools/electric_saber.lua")
dofile(modpath.."/tools/fluid_storage.lua")
dofile(modpath.."/tools/jetpack.lua")
dofile(modpath.."/tools/mining_laser.lua")
dofile(modpath.."/tools/nano_suit.lua")