minetest.register_entity("helicopter:Y1_flying", { on_step(self, dtime) self.getpos() on_punch(self, puncher, time_from_last_punch, tool_capabilities, dir) puncher:get_inventory():add_item("helicopter_Y1") }) I don't think that code is right but I'm not planning on running it yet, I want it to recog...