Great game! I played it for hours upon hours and I only have one complaint. On the cursed chest that sets off a time bomb, I continuously die to "Chests must be built with the same metal all over." I have been killed by this while doing the time bomb chest on several occasions (It's one of the only things I die to anymore). The problem is, each time I check the hinge and lock, they are both made out of the same metal as the frame (red metal, of course). I can't figure out what I'm doing wrong. Other than that minor compliant, I loved the game. The mechanics where just complicated enough to make it entertaining, while still being simple enough to not make the game impossible. This is one of the best games I've found on itch so far, phenomenal game!
Oh wow, thanks for the kind words! I tested around for a bit and you were right: The time bomb (and also the rocket) do sometimes totally screw you over! So I dug up the Unity project and searched through the code (which is a total mess by the way) and finally found the bug.
In the case of time bombs and rockets the game accidentally overwrote some visuals of the chest, which made it impossible to find material mismatches.I patched the game and it should be fixed now.
Thank you so much for the feedback!