All the Mods 3 - ATM3

All the Mods 3 - ATM3

3M Downloads

OpenComputer chunkloader.isActive() is always false

xeshP opened this issue ยท 1 comments

commented

Opencomputer Chunkloader does not activate

Im working with the Opencomputer Robots and try using the ChunkloaderUpgrade in it, but for some reason
component.chunkloader.isActive() will always return false even when i do component.chunkloader.setActive(true)
it will be false.

i tried it on server and in singleplayer with the modpack the results are the same , so i tried it without the modpack and only with Opencomputers installed in singleplayer world there is no issue with the chunkloader

Expected Behavior

component.chunkloader.isActive() should return true after component.chunkloader.setActive(true)

Current Behavior

component.chunkloader.isActive() will always return false

Steps to Reproduce

  1. Place a OpenComputer Robot installed with OpenOS and ChunkloaderUpgrade
  2. write lua command to get into LUA mode
  3. component.chunkloader.isActive() || will return false
  4. component.chunkloader.setActive(true) || will return true
  5. component.chunkloader.isActive() || will still return false
commented

I have to see if I can reproduce that bug. I will see what I can do.