Skip to content

Commit

Permalink
added #6 cards
Browse files Browse the repository at this point in the history
  • Loading branch information
awakaxis committed Dec 4, 2024
1 parent 00efd7f commit de28851
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/resources/assets/uno/models/item/card.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,30 @@
"card_index": 30
},
"model": "uno:item/card_30"
},
{
"predicate": {
"card_index": 31
},
"model": "uno:item/card_31"
},
{
"predicate": {
"card_index": 32
},
"model": "uno:item/card_32"
},
{
"predicate": {
"card_index": 33
},
"model": "uno:item/card_33"
},
{
"predicate": {
"card_index": 34
},
"model": "uno:item/card_34"
}
]
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_6_yellow"
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_6_red"
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_6_blue"
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_6_green"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de28851

Please sign in to comment.