OpenComputers

OpenComputers

49M Downloads

Beacon and Adapter Compatibility Issues

dnk1234567 opened this issue · 0 comments

commented

MineCraft 1.7.10
OpenComputers-MC1.7.10-1.8.2+94f6405-universal
JRE 8u371

I noticed the placement order of beacon and adapter will affect the whether the adapter can read the result correctly.

2023-06-11_23 18 18

If you place the beacon first, then place the adapter, we can get correct result.
2023-06-11_23 21 40

But if you place the adapter first, then place the beacon, the adapter will read the default value of beacon.
2023-06-11_23 25 12

捕获

And even after 4 seconds, the result is still wrong.
2023-06-11_23 34 40

捕获

Other vanilla devices like furnace, seem not have this compatibility issues.