Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "1": "infinity:block/bottle/side",
5 "3": "infinity:block/bottle/top",
6 "5": "infinity:block/bottle/cork",
7 "6": "infinity:block/bottle/inside",
8 "7": "infinity:block/bottle/tip",
9 "particle": "infinity:block/bottle/inside"
10 },
11 "elements": [
12 {
13 "from": [2, 0, 2],
14 "to": [14, 12, 14],
15 "faces": {
16 "north": {"uv": [0, 0, 12, 12], "texture": "#1"},
17 "east": {"uv": [0, 0, 12, 12], "texture": "#1"},
18 "south": {"uv": [0, 0, 12, 12], "texture": "#1"},
19 "west": {"uv": [0, 0, 12, 12], "texture": "#1"},
20 "up": {"uv": [0, 0, 12, 12], "texture": "#3"},
21 "down": {"uv": [0, 0, 12, 12], "texture": "#1"}
22 }
23 },
24 {
25 "from": [6, 12, 6],
26 "to": [10, 16, 10],
27 "faces": {
28 "north": {"uv": [0, 0, 4, 4], "texture": "#7"},
29 "east": {"uv": [0, 0, 4, 4], "texture": "#7"},
30 "south": {"uv": [0, 0, 4, 4], "texture": "#7"},
31 "west": {"uv": [0, 0, 4, 4], "texture": "#7"},
32 "up": {"uv": [0, 0, 4, 4], "texture": "#5"}
33 }
34 },
35 {
36 "from": [5, 14, 5],
37 "to": [11, 15, 11],
38 "faces": {
39 "north": {"uv": [0, 0, 6, 1], "texture": "#5"},
40 "east": {"uv": [0, 0, 6, 1], "texture": "#5"},
41 "south": {"uv": [0, 0, 6, 1], "texture": "#5"},
42 "west": {"uv": [0, 0, 6, 1], "texture": "#5"},
43 "up": {"uv": [0, 0, 6, 6], "texture": "#5"},
44 "down": {"uv": [0, 0, 6, 6], "texture": "#5"}
45 }
46 },
47 {
48 "from": [3, 1, 3],
49 "to": [13, 7, 13],
50 "faces": {
51 "north": {"uv": [0, 0, 10, 6], "texture": "#6", "tintindex": 0},
52 "east": {"uv": [0, 0, 10, 6], "texture": "#6", "tintindex": 0},
53 "south": {"uv": [0, 0, 10, 6], "texture": "#6", "tintindex": 0},
54 "west": {"uv": [0, 0, 10, 6], "texture": "#6", "tintindex": 0},
55 "up": {"uv": [0, 0, 10, 10], "texture": "#6", "tintindex": 0},
56 "down": {"uv": [0, 0, 10, 10], "texture": "#6", "tintindex": 0}
57 }
58 }
59 ],
60 "display": {},
61 "render_type": "minecraft:translucent"
62}