![Craft Slabs Back into Blocks [Fabric/Forge/NeoForge]](https://media.forgecdn.net/avatars/thumbnails/640/632/256/256/638042127077345051.png)
Game crashes when opening the config menu for the mod
Closed this issue ยท 4 comments
[16:04:03] [Render thread/ERROR]:Reported exception thrown!
net.minecraft.class_148: Ticking screen
at knot/net.minecraft.class_310.method_1574(class_310.java:1863) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_1523(class_310.java:1314) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_1514(class_310.java:936) [client-intermediary.jar:?]
at knot/net.minecraft.client.main.Main.main(Main.java:265) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506) [fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72) [fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.17.2.jar:?]
Caused by: java.lang.IllegalArgumentException: Can not set static int field com.mars.blastingraw.BlastingRawConfig.cooking_time to null value
at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:228) ~[?:?]
at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:232) ~[?:?]
at java.base/jdk.internal.reflect.MethodHandleIntegerFieldAccessorImpl.set(MethodHandleIntegerFieldAccessorImpl.java:111) ~[?:?]
at java.base/java.lang.reflect.Field.set(Field.java:834) ~[?:?]
at knot/com.mars.deimos.config.DeimosConfig$DeimosConfigScreen.method_25393(DeimosConfig.java:356) ~[deimos-1.21.5-fabric-2.3.jar:?]
at knot/net.minecraft.class_310.method_1574(class_310.java:1859) ~[client-intermediary.jar:?]
... 6 more
Might be related to the Raw Block Blasting mod, although opening the config for that mod doesn't cause this issue...
Could you please send the config of Blasting Raw Metal Blocks, and the version of Minecraft you are playing on
Could you please send the config of Blasting Raw Metal Blocks, and the version of Minecraft you are playing on
I am playing on Minecraft 1.21.5 Fabric 0.17.2
Here's the contents of my blastingraw.json:
{
"cooking_time": 100,
"raw_metal_list": [
"minecraft:raw_copper_block, minecraft:copper_block, 6.3",
"minecraft:raw_iron_block, minecraft:iron_block, 6.3",
"minecraft:raw_gold_block, minecraft:gold_block, 9"
],
"works_in_furnace": false
}