Skip to content

Commit 80eab60

Browse files
committed
feat: setup real items for showcase and fix url branch
1 parent a4ad68e commit 80eab60

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

.github/scripts/generate_showcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
OUTPUT_PATH = "../images/showcase_output.png"
1010
CUSTOM_ASSETS_DIR = "../images/showcase_assets"
1111

12-
MC_ASSETS_BASE = "https://raw.githubusercontent.com/Owen1212055/mc-assets/master/item-assets/"
12+
MC_ASSETS_BASE = "https://raw.githubusercontent.com/Owen1212055/mc-assets/main/item-assets/"
1313

1414
GRID_COLS = 9
1515
GRID_ROWS = 3

.github/showcase_config.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@
44
"items": [
55
{
66
"slot": 0,
7-
"type": "block",
8-
"off_texture": "block/oak_log",
9-
"on_texture": "block/acacia_log"
7+
"type": "item",
8+
"off_texture": "item/iron_sword",
9+
"on_texture": "item/copper_sword"
1010
},
1111
{
1212
"slot": 1,
1313
"type": "item",
1414
"off_texture": "item/diamond_sword",
15-
"on_texture": "item/netherite_sword"
15+
"on_texture": "item/diamond_spear"
16+
},
17+
{
18+
"slot": 2,
19+
"type": "block",
20+
"off_texture": "block/weathered_cut_copper",
21+
"on_texture": "block/weathered_copper_golem_statue"
22+
},
23+
{
24+
"slot": 3,
25+
"type": "block",
26+
"off_texture": "block/oak_planks",
27+
"on_texture": "block/oak_shelf"
1628
}
1729
]
1830
}
19-
20-

0 commit comments

Comments
 (0)