Skip to content

Commit 40b836b

Browse files
committed
feat: add 11 more custom items to the showcase graphic
1 parent b9d8650 commit 40b836b

1 file changed

Lines changed: 96 additions & 0 deletions

File tree

.github/showcase_config.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,102 @@
2525
"type": "block",
2626
"off_texture": "block/oak_planks",
2727
"on_texture": "block/oak_shelf"
28+
},
29+
{
30+
"slot": 4,
31+
"type": "block",
32+
"off_texture": "item/skeleton_skull",
33+
"on_texture": "block/dried_ghast_hydration_0"
34+
},
35+
{
36+
"slot": 5,
37+
"type": "item",
38+
"off_texture": "item/powder_snow_bucket",
39+
"on_texture": "item/sulfur_cube_bucket"
40+
},
41+
{
42+
"slot": 6,
43+
"type": "block",
44+
"off_texture": "block/bricks",
45+
"on_texture": "block/cinnabar_bricks"
46+
},
47+
{
48+
"slot": 7,
49+
"type": "item",
50+
"off_texture": "item/iron_horse_armor",
51+
"on_texture": "item/copper_nautilus_armor"
52+
},
53+
{
54+
"slot": 8,
55+
"type": "item",
56+
"off_texture": "item/leather_horse_armor",
57+
"on_texture": "item/netherite_horse_armor"
58+
},
59+
{
60+
"slot": 9,
61+
"type": "item",
62+
"off_texture": "item/dandelion",
63+
"on_texture": "item/golden_dandelion"
64+
},
65+
{
66+
"slot": 10,
67+
"type": "item",
68+
"off_texture": "item/pink_petals",
69+
"on_texture": "item/wildflowers"
70+
},
71+
{
72+
"slot": 11,
73+
"type": "item",
74+
"off_texture": "item/iron_golem_spawn_egg",
75+
"on_texture": "item/copper_golem_spawn_egg"
76+
},
77+
{
78+
"slot": 12,
79+
"type": "block",
80+
"off_texture": "block/oak_planks",
81+
"on_texture": "block/pale_oak_shelf"
82+
},
83+
{
84+
"slot": 13,
85+
"type": "item",
86+
"off_texture": "item/music_disc_pigstep",
87+
"on_texture": "item/music_disc_lava_chicken"
88+
},
89+
{
90+
"slot": 14,
91+
"type": "item",
92+
"off_texture": "item/music_disc_13",
93+
"on_texture": "item/music_disc_bounce"
94+
},
95+
{
96+
"slot": 15,
97+
"type": "item",
98+
"off_texture": "item/pointed_dripstone",
99+
"on_texture": "item/sulfur_spike"
100+
},
101+
{
102+
"slot": 16,
103+
"type": "block",
104+
"off_texture": "block/end_stone",
105+
"on_texture": "block/potent_sulfur"
106+
},
107+
{
108+
"slot": 17,
109+
"type": "item",
110+
"off_texture": "item/soul_lantern",
111+
"on_texture": "item/oxidized_copper_lantern"
112+
},
113+
{
114+
"slot": 18,
115+
"type": "block",
116+
"off_texture": "block/chest",
117+
"on_texture": "block/exposed_copper_chest"
118+
},
119+
{
120+
"slot": 19,
121+
"type": "block",
122+
"off_texture": "block/lightning_rod",
123+
"on_texture": "block/oxidized_lightning_rod"
28124
}
29125
]
30126
}

0 commit comments

Comments
 (0)