CC: Tweaked

CC: Tweaked

65M Downloads

latest cc: tweakedversion causes resource reload fail and immediately crashes when trying to enter a world while blaming random unrelated mod

veccyboi opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Version

1.116.1

Details

i am using forge 47.4.0

after upgrading to cc: tweaked v 1.116.1 in two separate modpacks, any text in the game briefly appears as boxes before becoming readable, while the game shows a notification that says "resource reload failed"

then, when i try to enter a world, the game immediately crashes and the crash report blames a random, totally unrelated mod.

attached are two crash reports demonstrating this issue in two separate modpacks (modlist should be included in crash reports and log file). the suspected mod listed in each crash report is different, which makes me suspect that the mod it is blaming is random and isn't actually doing anything. i have had to upload my log file to google drive: https://drive.google.com/file/d/12x72S7cxjFFnxD4TOdqaLU8MO8Gm-Slj/view?usp=sharing as it is somehow over 67 MB and no pastebin website would accept that much text.

crash-2025-07-25_18.45.44-client.txt

crash-2025-07-25_19.00.42-client.txt

commented

Ahh, burred inside 73728 lines of missing models from Botany Pots Tiers (Dye Depot adds extra dye colours, and BPT uses the available dyes to enumerate the available blocks, so you get extra blocks. My advice is just to remove Dye Depot, N1nn1/dye_depot#31 does not inspire confidence), there's this exception.

[25Jul2025 18:56:20.176] [Render thread/ERROR] [net.minecraftforge.fml.DeferredWorkQueue/]: Mod 'computercraft' encountered an error in a deferred task:
java.lang.NoClassDefFoundError: com/simibubi/create/api/contraption/BlockMovementChecks$AttachedCheck
        at dan200.computercraft.shared.integration.CreateIntegration.setup(CreateIntegration.java:23) ~[cc-tweaked-1.20.1-forge-1.116.1.jar%23600!/:1.116.1]

It appears you're running Create 0.5.1.j, which is incompatible with CC: Tweaked 1.115.1 onwards (see #2200). I'm afraid you'll need to downgrade to CC:T 1.115 for now.