Rock in the sock crashes the game

It seems as every time I hit anything with the rock in the sock this message appears and the game crashes, “Debug: Tried to get invalid material: cloth”.

Never tried the weapon. Maybe you should use another thing, i know that the sock is fun, but…

Try a crowbar or a nailboard. Extra points if blade spear.

Yeah of course I don’t use it at all, I just noticed that its bugged ^^

There’s a PR pending that should fix this, in the meantime, you can open data/raw/items/melee.json, search for “rock_sock” (alternately it’s right at the end of the file), and change the line a few down from that from:
“material” : [“cloth”, “stone”],
to:
“material” : [“cotton”, “stone”],