MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.59k stars 432 forks source link

Forestry Analyzer detected as energy_device #2970

Open myrddraall opened 5 years ago

myrddraall commented 5 years ago

when connecting a computer to a forestry analyzer via an adapter block or next to a computer it shows up as an energy_device component ~with no methods~ instead of a 'forestry_analyzer' device.

Edit: It does have the correct methods.

Pack: Direwolf20 2.3.0 Mc: 1.12.2 Forge: 2770 OC: 1.7.2 Forestry: 5.8.1.341

payonel commented 5 years ago

"OC: 1.7.2" is not specific enough. you are probably using the curseforge release build, but that is an assumption. please include the full version number

note to myself: our energy_device driver is a generic device driver for any forge energy device, and is probably triggering before the forestry driver is checked. A fix might be a prioritization in drivers.

myrddraall commented 5 years ago

@payonel Yeah its the most recent curseforge . 1.12.2-1.7.2.67

asiekierka commented 2 years ago

It would be good to reconsider how the prioritization system is utilized. See also https://github.com/MightyPirates/OpenComputers/issues/3454