diff options
| -rwxr-xr-x | init.lua | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -53,8 +53,8 @@ advtrains.register_wagon("diesel_lokomotive", {  			amount = 10,  			time = 0,  		--  ^ If time is 0 has infinite lifespan and spawns the amount on a per-second base -			minpos = {x=0, y=2, z=1.2}, -			maxpos = {x=0, y=2, z=1.2}, +			minpos = {x=0, y=2.5, z=0.9}, +			maxpos = {x=0, y=2.5, z=0.9},  			minvel = {x=-0.2, y=1.8, z=-0.2},  			maxvel = {x=0.2, y=2, z=0.2},  			minacc = {x=0, y=-0.1, z=0}, @@ -76,7 +76,7 @@ advtrains.register_wagon("diesel_lokomotive", {  		})  	end,  	drops={"advtrains:diesel_lokomotive"}, -      horn_sound = "advtrains_engine_diesel_horn", +	horn_sound = "advtrains_engine_diesel_horn",  }, S("Diesel Engine"), "advtrains_engine_diesel_inv.png")  advtrains.register_wagon("wagon_gravel", {  | 
