master
rnd1 2016-05-23 23:34:41 +02:00
parent 450ce19f4c
commit 63836d9607
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ minetest.register_node("basic_machines:ball_spawner", {
local t1 = minetest.get_gametime();
local T = meta:get_int("T"); -- temperature
if t0>t1-1 then -- activated before natural time
if t0>t1-3 then -- activated before natural time
T=T+1;
else
if T>0 then T=T-1 end