Skip to content

Commit d2f475f

Browse files
Games & Golem room buttons
1 parent 9b25713 commit d2f475f

File tree

8 files changed

+72
-0
lines changed

8 files changed

+72
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:block/dark_oak_planks"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"text": "Games Room"
14+
},
15+
"model": {
16+
"type": "minecraft:model",
17+
"model": "tardis:item/gui/room/games"
18+
}
19+
}
20+
]
21+
}
22+
}

assets/minecraft/items/tuff.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:block/tuff"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"text": "Copper Golem Charging Station"
14+
},
15+
"model": {
16+
"type": "minecraft:model",
17+
"model": "tardis:item/gui/room/golem"
18+
}
19+
}
20+
]
21+
}
22+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"model": {
3+
"type": "minecraft:model",
4+
"model": "tardis:item/gui/room/games"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"model": {
3+
"type": "minecraft:model",
4+
"model": "tardis:item/gui/room/golem"
5+
}
6+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parent": "tardis:item/gui/gui_item",
3+
"textures": {
4+
"0": "tardis:item/block/stone",
5+
"1": "tardis:item/gui/room/games",
6+
"particle": "tardis:item/block/stone"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parent": "tardis:item/gui/gui_item",
3+
"textures": {
4+
"0": "tardis:item/block/stone",
5+
"1": "tardis:item/gui/room/golem",
6+
"particle": "tardis:item/block/stone"
7+
}
8+
}
18.2 KB
Loading
15 KB
Loading

0 commit comments

Comments
 (0)