diff --git a/heli_utilities.lua b/heli_utilities.lua index 2496ddb..a7bb009 100644 --- a/heli_utilities.lua +++ b/heli_utilities.lua @@ -156,9 +156,4 @@ function helicopter.destroy(self) minetest.add_item({x=pos.x+math.random()-0.5,y=pos.y,z=pos.z+math.random()-0.5},'default:steelblock') minetest.add_item({x=pos.x+math.random()-0.5,y=pos.y,z=pos.z+math.random()-0.5},'default:copperblock') minetest.add_item({x=pos.x+math.random()-0.5,y=pos.y,z=pos.z+math.random()-0.5},'helicopter:blades') - - local total_biofuel = math.floor(self.energy) - 1 - for i=0,total_biofuel do - minetest.add_item({x=pos.x+math.random()-0.5,y=pos.y,z=pos.z+math.random()-0.5},'biofuel:biofuel') - end end diff --git a/models/seat_base.b3d b/models/seat_base.b3d index 593b374..ccf1db3 100755 Binary files a/models/seat_base.b3d and b/models/seat_base.b3d differ