Fixes open crate sprites (#17050)

* fakin underscores

* more crates

* sneak this one in too
This commit is contained in:
S34N
2021-11-06 20:42:47 +00:00
committed by GitHub
parent 647cff5962
commit 44c12c6d9d
6 changed files with 28 additions and 31 deletions
@@ -4,7 +4,7 @@
name = "necropolis chest"
desc = "It's watching you closely."
icon_state = "necrocrate"
icon_opened = "necrocrateopen"
icon_opened = "necrocrate_open"
icon_closed = "necrocrate"
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
+1 -1
View File
@@ -84,5 +84,5 @@
name = "mining car (not for rails)"
icon_state = "miningcar"
density = 1
icon_opened = "miningcaropen"
icon_opened = "miningcar_open"
icon_closed = "miningcar"