ir_augments missing in OpenComputers
0ptera opened this issue ยท 12 comments
With IR 1.7.2 OpenComputers 1.7.5.192 or 1.7.4.153 no longer provide ir_augment_detector and ir_augment_control.
I didn't test if it's generally a bug of 1.7.x or specifically 1.7.2
Expected behavior
Existing component.ir_augment_detector and component.ir_augment_control
I take it you have the adapters wired into the computer via cables?
Are you on discord?
They Exist and function, i can confirm on my pack.
OC Events don't appear to work.
What version of forge / minecraft?
Make sure you connect the adapter to the computer.
The augments are there, however the event "ir_train_overhead" does exists and is never raised. Looks like you have to endless oull the redstone signal.
Make sure you connect the adapter to the computer.
The augments are there, however the event "ir_train_overhead" does exists and is never raised. Looks like you have to endless oull the redstone signal.
Adapters should be connected.
I tried cables from OC and EnderIO, both worked before IR 1.7.
I rebuilt augment, adapter, cables in different order multiple times.
I have encountered similar, tested in SP with both listen, and pull event isn't raised, augments are there though.
I have encountered similar, tested in SP with both listen, and pull event isn't raised, augments are there though.
My bad, Typo. The event "ir_train_overhead
" does NOT exist.
I changed my script to use "redstone_changed
" event and checking for the origin. Works like a charm
Make sure you connect the adapter to the computer.
The augments are there, however the event "ir_train_overhead" does exists and is never raised. Looks like you have to endless oull the redstone signal.Adapters should be connected.
I tried cables from OC and EnderIO, both worked before IR 1.7.
I rebuilt augment, adapter, cables in different order multiple times.
Must be some other mod interfering.
Using same versions on my modded FTb relevation server works fine, apart from the missing events.
@c0nnex if you try the latest git build, OC events are fixed :) (you will need to restart OC computer after updating)