Enigmatica2
Enigmatica2 copied to clipboard
Computercraft broken/bad default configuration
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 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__
Thanks for the report. I don't see any immediate reason why we shouldn't change this, so sure 😄