You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Place a OpenComputer Robot installed with OpenOS and ChunkloaderUpgrade
write lua command to get into LUA mode
component.chunkloader.isActive() || will return false
component.chunkloader.setActive(true) || will return true
component.chunkloader.isActive() || will still return false
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: