Normalize power flow

This commit is contained in:
2023-03-22 21:13:02 +01:00
parent 70db00304f
commit 8da3968a46
4 changed files with 13 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ minetest.register_tool("industrialtest:re_battery",{
inventory_image="industrialtest_re_battery.png",
_industrialtest_powerStorage=true,
_industrialtest_powerCapacity=7000,
_industrialtest_powerFlow=200
_industrialtest_powerFlow=industrialtest.api.lvPowerFlow
})
minetest.register_craft({
type="shaped",