Craft Slabs Back into Blocks [Fabric/Forge/NeoForge]

Craft Slabs Back into Blocks [Fabric/Forge/NeoForge]

614k Downloads

Game crashes when opening the config menu for the mod

Closed this issue ยท 4 comments

commented

[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...

commented

If it makes any difference, I'm using VulkanMod instead of Sodium

commented

Could you please send the config of Blasting Raw Metal Blocks, and the version of Minecraft you are playing on

commented

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
}

commented

This was caused by a bug in deimos lib try updating it and see if it was fixed