Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computercraft broken/bad default configuration #753

Open
dko1905 opened this issue Nov 3, 2024 · 1 comment
Open

Computercraft broken/bad default configuration #753

dko1905 opened this issue Nov 3, 2024 · 1 comment
Labels

Comments

@dko1905
Copy link

dko1905 commented Nov 3, 2024

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__

@dko1905 dko1905 added the Bug label Nov 3, 2024
@NielsPilgaard
Copy link
Collaborator

Thanks for the report. I don't see any immediate reason why we shouldn't change this, so sure 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants