Crash with computercraft
raoulvdberge opened this issue ยท 0 comments
Describe the bug
at MC-BOOTSTRAP/[email protected]/com.google.common.base.Preconditions.checkState(Preconditions.java:512)
at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:915)
at TRANSFORMER/[email protected]/com.refinedmods.refinedstorage.config.ClientConfig$Cover.showAllRecipesInJEI(ClientConfig.java:115)
at TRANSFORMER/[email protected]/com.refinedmods.refinedstorage.RSCreativeModeTabItems.addCovers(RSCreativeModeTabItems.java:129)
at TRANSFORMER/[email protected]/com.refinedmods.refinedstorage.RSCreativeModeTabItems.append(RSCreativeModeTabItems.java:125)
at TRANSFORMER/[email protected]/com.refinedmods.refinedstorage.RSCreativeModeTabItems.lambda$register$1(RSCreativeModeTabItems.java:26)
at TRANSFORMER/[email protected]/net.neoforged.neoforge.event.EventHooks.onCreativeModeTabBuildContents(EventHooks.java:938)
at TRANSFORMER/[email protected]/net.minecraft.world.item.CreativeModeTab.buildContents(CreativeModeTab.java:152)
at TRANSFORMER/[email protected]/net.minecraft.world.item.CreativeModeTabs.lambda$buildAllTabContents$50(CreativeModeTabs.java:1888)
[...]
at TRANSFORMER/[email protected]/net.minecraft.world.item.CreativeModeTabs.buildAllTabContents(CreativeModeTabs.java:1888)
at TRANSFORMER/[email protected]/net.minecraft.world.item.CreativeModeTabs.tryRebuildTabContents(CreativeModeTabs.java:1897)
at TRANSFORMER/[email protected]/dan200.computercraft.shared.CommonHooks.onServerStarted(CommonHooks.java:69)
at TRANSFORMER/[email protected]/dan200.computercraft.shared.ForgeCommonHooks.onServerStarted(ForgeCommonHooks.java:42)
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:386)
at TRANSFORMER/[email protected]/net.neoforged.neoforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:95)
How can we reproduce this bug or crash?
See forgecraft
What Minecraft version is this happening on?
Minecraft 1.20.4
What Forge version is this happening on?
irrelevant
What Refined Storage version is this happening on?
1.20.4
Relevant log output
java.lang.IllegalStateException: Cannot get config value before config is loaded.
This error is currently only thrown in the development environment, to avoid breaking published mods.
In a future version, this will also throw in the production environment.