increase technic charge and drain by 10x
makes charging take longer and usage use more energy
This commit is contained in:
parent
526899ad1f
commit
3bda65f4ef
4
init.lua
4
init.lua
@ -111,8 +111,8 @@ local base_def = {
|
||||
|
||||
if has_technic then
|
||||
-- Battery values are now charge values instead of wear
|
||||
battery_life = battery_life * 60
|
||||
battery_drain = 5
|
||||
battery_life = battery_life * 600
|
||||
battery_drain = 50
|
||||
-- Different code for different APIs
|
||||
if technic.plus then
|
||||
use_battery = function(stack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user