Helmet needs only one character in squirrel mode, add a trailing space
This commit is contained in:
parent
571e9db3e8
commit
120ec82d09
|
@ -118,7 +118,7 @@ TexturePack.SQUIRREL_PACK = TexturePack(
|
||||||
HAZELNUT='🌰',
|
HAZELNUT='🌰',
|
||||||
HEART='💜',
|
HEART='💜',
|
||||||
HEDGEHOG='🦔',
|
HEDGEHOG='🦔',
|
||||||
HELMET='⛑️',
|
HELMET='⛑️ ',
|
||||||
PLAYER='🐿️ ️',
|
PLAYER='🐿️ ️',
|
||||||
MERCHANT='🦜',
|
MERCHANT='🦜',
|
||||||
RABBIT='🐇',
|
RABBIT='🐇',
|
||||||
|
|
Loading…
Reference in New Issue