Skip to content

Commit 56f1f2f

Browse files
Added (unimplemented) input/output slot textures
1 parent ef630d5 commit 56f1f2f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Loading
Loading
Loading

src/models.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,18 @@
835835
"template": "GLASS_PANE",
836836
"data": 4000
837837
},
838+
"_UI_INPUT_SLOT": {
839+
"id": "gui/input_slot",
840+
"item": "cyan_stained_glass_pane",
841+
"template": "GLASS_PANE",
842+
"data": 4000
843+
},
844+
"_UI_OUTPUT_SLOT": {
845+
"id": "gui/output_slot",
846+
"item": "orange_stained_glass_pane",
847+
"template": "GLASS_PANE",
848+
"data": 4000
849+
},
838850
"_UI_BACK": {
839851
"id": "gui/back",
840852
"item": "enchanted_book",

0 commit comments

Comments
 (0)