animated wireless card (#1942)

This commit is contained in:
Kolja 2025-10-02 01:55:47 +02:00 committed by GitHub
parent 7d4c66c2e7
commit 9c25217b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/wireless_card"
}
"parent": "item/generated",
"textures": {
"layer0": "tfg:item/card/wireless_card_base",
"layer1": "tfg:item/card/wireless_card_layer1",
"layer2": "tfg:item/card/wireless_card_layer2"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 3,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 4,
"interpolate": true
}
}