Extract fluid API functions to separate file

This commit is contained in:
2024-09-08 22:36:33 +02:00
parent cb41e76742
commit 0363a2ba26
3 changed files with 90 additions and 74 deletions

View File

@@ -32,6 +32,7 @@ dofile(modpath.."/compatibility.lua")
dofile(modpath.."/minerals.lua")
dofile(modpath.."/api/common.lua")
dofile(modpath.."/api/fluid.lua")
dofile(modpath.."/api/power.lua")
dofile(modpath.."/api/side.lua")
dofile(modpath.."/api.lua")