AME jars and parts now have inhand sprites

This commit is contained in:
SweptWasTaken
2021-06-23 00:39:35 -07:00
parent cee6600d77
commit e16c23a747
7 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
author: Swept
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: AME jars and parts now show inhand sprites

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

View File

@@ -9,6 +9,14 @@
"states": [
{
"name": "jar"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

View File

@@ -9,6 +9,14 @@
"states": [
{
"name": "box"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}