Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
1{
2 "model": {
3 "type": "minecraft:select",
4 "property": "minecraft:custom_model_data",
5 "index": 0,
6 "cases": [
7 {
8 "when": "generated",
9 "model": {
10 "type": "minecraft:model",
11 "model": "infinity:item/key/generated",
12 "tints": [
13 {
14 "type": "minecraft:constant",
15 "value": -1
16 },
17 {
18 "type": "infinity:color",
19 "color": 0
20 }
21 ]
22 }
23 },
24 {
25 "when": "end",
26 "model": {
27 "type": "minecraft:model",
28 "model": "infinity:item/key/end"
29 }
30 },
31 {
32 "when": "pride",
33 "model": {
34 "type": "minecraft:model",
35 "model": "infinity:item/key/pride"
36 }
37 },
38 {
39 "when": "golden",
40 "model": {
41 "type": "minecraft:model",
42 "model": "infinity:item/key/golden"
43 }
44 }
45 ],
46 "fallback": {
47 "type": "minecraft:model",
48 "model": "infinity:item/key/random"
49 }
50 }
51}