File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99OUTPUT_PATH = "../images/showcase_output.png"
1010CUSTOM_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
1414GRID_COLS = 9
1515GRID_ROWS = 3
Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments