Added Normal style and custom style playing cards

This commit is contained in:
2024-11-11 18:14:17 +00:00
parent ed383d4f8e
commit 8bbebe5bd1
153 changed files with 512 additions and 1 deletions
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/back"
}
}
@@ -0,0 +1,119 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "cards:item/custom/blank",
"1": "cards:item/custom/back",
"particle": "cards:item/custom/back"
},
"elements": [
{
"name": "front",
"from": [2, 8, 4],
"to": [14, 8, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"up": {"uv": [0, 0, 8, 12], "rotation": 90, "texture": "#0"}
}
},
{
"name": "back",
"from": [2, 7, 4],
"to": [14, 7, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"}
}
},
{
"name": "top",
"from": [14, 7, 4],
"to": [15, 8, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"north": {"uv": [9, 0, 10, 1], "texture": "#1"},
"east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"},
"south": {"uv": [8, 0, 9, 1], "texture": "#1"},
"up": {"uv": [8, 0, 9, 8], "texture": "#1"},
"down": {"uv": [9, 0, 10, 8], "texture": "#1"}
}
},
{
"name": "bottom",
"from": [1, 7, 4],
"to": [2, 8, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"north": {"uv": [9, 0, 10, 1], "texture": "#1"},
"south": {"uv": [8, 0, 9, 1], "texture": "#1"},
"west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#1"},
"up": {"uv": [8, 0, 9, 8], "texture": "#1"},
"down": {"uv": [9, 0, 10, 8], "texture": "#1"}
}
},
{
"name": "left",
"from": [2, 7, 3],
"to": [14, 8, 4],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"},
"east": {"uv": [9, 0, 10, 1], "texture": "#1"},
"west": {"uv": [8, 0, 9, 1], "texture": "#1"},
"up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"},
"down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"}
}
},
{
"name": "right",
"from": [2, 7, 12],
"to": [14, 8, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]},
"faces": {
"east": {"uv": [9, 0, 10, 1], "texture": "#1"},
"south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"},
"west": {"uv": [8, 0, 9, 1], "texture": "#1"},
"up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"},
"down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [30, 64, 55],
"translation": [-0.25, 3.5, 1.25],
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"rotation": [30, -115, -55],
"translation": [-0.5, 3.5, 1.25],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_righthand": {
"rotation": [7, 75, 80],
"translation": [2.75, 4, -1.25],
"scale": [0.7, 0.7, 0.7]
},
"firstperson_lefthand": {
"rotation": [-173, -75, 100],
"translation": [2.75, 4, -1.25],
"scale": [0.7, 0.7, 0.7]
},
"ground": {
"rotation": [5, 0, 175],
"translation": [0, -3, 0],
"scale": [0.8, 0.8, 0.8]
},
"gui": {
"rotation": [90, 85, 0]
},
"head": {
"rotation": [78, -79, 161],
"translation": [-0.5, 12, -0.75]
},
"fixed": {
"rotation": [0, -90, 90],
"scale": [1.2, 1.2, 1.2]
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_01"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_02"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_03"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_04"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_05"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_06"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_07"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_08"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_09"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_10"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_11"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_12"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/c_13"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_01"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_02"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_03"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_04"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_05"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_06"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_07"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_08"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_09"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_10"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_11"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_12"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/d_13"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_01"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_02"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_03"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_04"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_05"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_06"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_07"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_08"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_09"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_10"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_11"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_12"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/h_13"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/j_01"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/j_02"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_01"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_02"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_03"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_04"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_05"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_06"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_07"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_08"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_09"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_10"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_11"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_12"
}
}
@@ -0,0 +1,6 @@
{
"parent": "cards:item/custom/base",
"textures": {
"0": "cards:item/custom/s_13"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Some files were not shown because too many files have changed in this diff Show More