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
The debug API is disabled in the computercraft.cfg configuration file because of B:debug_enabled=false.
This is problematic because many CC libraries depend on debug functionality, e.g. Basalt TUI toolkit.
A clean install of CC: Tweaked does not disable debug functionality and creates inconsistencies between "normal" CC and E2:E CC. I can't find any good reason for E2 disabling the debug API.
Solution
Change line 43 in computercraft.cfg from B:debug_enabled=false to B:debug_enabled=true.
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Both
Discord Username
_somebody__
The text was updated successfully, but these errors were encountered:
Modpack Version
E2E 1.90h
Describe your issue.
The debug API is disabled in the computercraft.cfg configuration file because of
B:debug_enabled=false
.This is problematic because many CC libraries depend on debug functionality, e.g. Basalt TUI toolkit.
A clean install of CC: Tweaked does not disable debug functionality and creates inconsistencies between "normal" CC and E2:E CC. I can't find any good reason for E2 disabling the debug API.
Solution
Change line 43 in computercraft.cfg from
B:debug_enabled=false
toB:debug_enabled=true
.Crash Report
No response
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Both
Discord Username
_somebody__
The text was updated successfully, but these errors were encountered: