Fixing some prototypes modifying components on init (#12385)
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -8,32 +8,32 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
"name": "unlit-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-right",
|
||||
"name": "unlit-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-left",
|
||||
"name": "lit-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-right",
|
||||
"name": "lit-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "glowstick_base",
|
||||
"name": "glowstick_base"
|
||||
},
|
||||
{
|
||||
"name": "glowstick_lit",
|
||||
"name": "glowstick_lit"
|
||||
},
|
||||
{
|
||||
"name": "glowstick_glow",
|
||||
"name": "glowstick_glow"
|
||||
},
|
||||
{
|
||||
"name": "glowstick_unlit",
|
||||
"name": "glowstick_unlit"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |