Skip to content

Commit

Permalink
added #4 cards
Browse files Browse the repository at this point in the history
  • Loading branch information
awakaxis committed Nov 30, 2024
1 parent d735382 commit 6b6bbab
Show file tree
Hide file tree
Showing 9 changed files with 51 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 @@ -141,6 +141,30 @@
"card_index": 22
},
"model": "uno:item/card_22"
},
{
"predicate": {
"card_index": 23
},
"model": "uno:item/card_23"
},
{
"predicate": {
"card_index": 24
},
"model": "uno:item/card_24"
},
{
"predicate": {
"card_index": 25
},
"model": "uno:item/card_25"
},
{
"predicate": {
"card_index": 26
},
"model": "uno:item/card_26"
}
]
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_4_yellow"
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/uno/models/item/card_24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_4_red"
}
}
7 changes: 7 additions & 0 deletions src/main/resources/assets/uno/models/item/card_25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_4_blue"
}
}
8 changes: 8 additions & 0 deletions src/main/resources/assets/uno/models/item/card_26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


{
"parent": "item/generated",
"textures": {
"layer0": "uno:item/card_4_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 6b6bbab

Please sign in to comment.