linuxgurugamer / Antenna-Helper

MIT License
5 stars 2 forks source link

Change instances of part.Modules.find to part.FindModuleImplementing #1

Closed tivec closed 4 years ago

tivec commented 4 years ago

This will make it so that mods that extends ModuleDataTransmitter (such as Near Future Exploration) is supported by this mod.

I also changed to part.HasModuleImplementing instead of part.Modules.Contains to support derivatives better.

As for Near Future Exploration, this makes it possible to use this mod and see the base range of the antenna, it does NOT take into account the feeded antennae range (via dish feeding). This is something that probably should be done at some point, and I'll have to figure out to see if there is a way.

linuxgurugamer commented 4 years ago

Thank you