Skip to content

Commit d4d68e9

Browse files
Merge pull request #17 from eccentricdevotion/adventure-components
Adventure components
2 parents 089499b + d52979a commit d4d68e9

262 files changed

Lines changed: 13478 additions & 15804 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
{
2-
"model": {
3-
"type": "minecraft:select",
4-
"property": "component",
5-
"component": "minecraft:custom_name",
6-
"fallback": {
7-
"type": "minecraft:model",
8-
"model": "minecraft:block/acacia_log"
9-
},
10-
"cases": [
11-
{
12-
"when": {
13-
"text": "",
14-
"extra": [
15-
"Rabbit"
16-
]
17-
},
18-
"model": {
19-
"type": "minecraft:model",
20-
"model": "tardis:item/gui/room/hutch"
21-
}
22-
},
23-
{
24-
"when": {
25-
"text": "",
26-
"extra": [
27-
"Rabbit Hutch"
28-
]
29-
},
30-
"model": {
31-
"type": "minecraft:model",
32-
"model": "tardis:item/gui/room/hutch"
33-
}
34-
}
35-
]
36-
}
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:block/acacia_log"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"text": "Rabbit"
14+
},
15+
"model": {
16+
"type": "minecraft:model",
17+
"model": "tardis:item/gui/room/hutch"
18+
}
19+
},
20+
{
21+
"when": {
22+
"text": "Rabbit Hutch"
23+
},
24+
"model": {
25+
"type": "minecraft:model",
26+
"model": "tardis:item/gui/room/hutch"
27+
}
28+
}
29+
]
30+
}
3731
}
Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
{
2-
"model": {
3-
"type": "minecraft:select",
4-
"property": "component",
5-
"component": "minecraft:custom_name",
6-
"fallback": {
7-
"type": "minecraft:model",
8-
"model": "minecraft:block/amethyst_block"
9-
},
10-
"cases": [
11-
{
12-
"when": {
13-
"text": "",
14-
"extra": [
15-
"Geode"
16-
]
17-
},
18-
"model": {
19-
"type": "minecraft:model",
20-
"model": "tardis:item/gui/room/geode"
21-
}
22-
},
23-
{
24-
"when": {
25-
"text": "",
26-
"extra": [
27-
"Axolotl"
28-
]
29-
},
30-
"model": {
31-
"type": "minecraft:model",
32-
"model": "tardis:item/gui/room/geode"
33-
}
34-
}
35-
]
36-
}
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:block/amethyst_block"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"text": "Geode"
14+
},
15+
"model": {
16+
"type": "minecraft:model",
17+
"model": "tardis:item/gui/room/geode"
18+
}
19+
},
20+
{
21+
"when": {
22+
"text": "Axolotl"
23+
},
24+
"model": {
25+
"type": "minecraft:model",
26+
"model": "tardis:item/gui/room/geode"
27+
}
28+
}
29+
]
30+
}
3731
}
Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
{
2-
"model": {
3-
"type": "minecraft:select",
4-
"property": "component",
5-
"component": "minecraft:custom_name",
6-
"fallback": {
7-
"type": "minecraft:model",
8-
"model": "minecraft:block/ancient_debris"
9-
},
10-
"cases": [
11-
{
12-
"when": {
13-
"text": "",
14-
"extra": [
15-
{
16-
"bold": false,
17-
"color": "white",
18-
"italic": false,
19-
"obfuscated": false,
20-
"strikethrough": false,
21-
"text": "Untempered Schism",
22-
"underlined": false
23-
}
24-
]
25-
},
26-
"model": {
27-
"type": "minecraft:model",
28-
"model": "tardis:item/regeneration/untempered_schism_block"
29-
}
30-
}
31-
]
32-
}
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:block/ancient_debris"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"color": "white",
14+
"text": "Untempered Schism",
15+
"italic": false
16+
},
17+
"model": {
18+
"type": "minecraft:model",
19+
"model": "tardis:item/regeneration/untempered_schism_block"
20+
}
21+
}
22+
]
23+
}
3324
}
Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
{
2-
"model": {
3-
"type": "minecraft:select",
4-
"property": "component",
5-
"component": "minecraft:custom_name",
6-
"fallback": {
7-
"type": "minecraft:model",
8-
"model": "minecraft:item/angler_pottery_sherd"
9-
},
10-
"cases": [
11-
{
12-
"when": {
13-
"text": "",
14-
"extra": [
15-
{
16-
"bold": false,
17-
"color": "white",
18-
"italic": false,
19-
"obfuscated": false,
20-
"strikethrough": false,
21-
"text": "Door Centred",
22-
"underlined": false
23-
}
24-
]
25-
},
26-
"model": {
27-
"type": "minecraft:model",
28-
"model": "tardis:item/doors/centred_closed"
29-
}
30-
}
31-
]
32-
}
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:item/angler_pottery_sherd"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"color": "white",
14+
"text": "Door Centred",
15+
"italic": false
16+
},
17+
"model": {
18+
"type": "minecraft:model",
19+
"model": "tardis:item/doors/centred_closed"
20+
}
21+
}
22+
]
23+
}
3324
}

assets/minecraft/items/apple.json

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
2-
"model": {
3-
"type": "minecraft:select",
4-
"property": "component",
5-
"component": "minecraft:custom_name",
6-
"fallback": {
7-
"type": "minecraft:model",
8-
"model": "minecraft:item/apple"
9-
},
10-
"cases": [
11-
{
12-
"when": {
13-
"text": "",
14-
"extra": [
15-
"Restore my original genetic material"
16-
]
17-
},
18-
"model": {
19-
"type": "minecraft:model",
20-
"model": "tardis:item/genetic/button_restore"
21-
}
22-
}
23-
]
24-
}
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "component",
5+
"component": "minecraft:custom_name",
6+
"fallback": {
7+
"type": "minecraft:model",
8+
"model": "minecraft:item/apple"
9+
},
10+
"cases": [
11+
{
12+
"when": {
13+
"text": "Restore my original genetic material"
14+
},
15+
"model": {
16+
"type": "minecraft:model",
17+
"model": "tardis:item/genetic/button_restore"
18+
}
19+
}
20+
]
21+
}
2522
}

0 commit comments

Comments
 (0)