mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
fully fix the nuclear reactors
reactors only work with mv wire and battery boxes todo: add textures and real craft recipe upon c55's knowledge, best not let darkrose use one
This commit is contained in:
@ -95,7 +95,7 @@ minetest.register_abm({
|
||||
local burn_time= meta:get_float("burn_time")
|
||||
local charge= meta:get_float("internal_EU_buffer")
|
||||
local max_charge= meta:get_float("internal_EU_buffer_size")
|
||||
local burn_charge=200
|
||||
local burn_charge=2000
|
||||
|
||||
if burn_time>0 then
|
||||
if charge+burn_charge>max_charge then
|
||||
|
Reference in New Issue
Block a user