Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
1{
2 "infinity_version": 2004002,
3 "options": {
4 "portal_color": 65280,
5 "shader": {
6 "targets": [
7 "swap"
8 ],
9 "passes": [
10 {
11 "name": "color_convolve",
12 "intarget": "minecraft:main",
13 "outtarget": "swap",
14 "uniforms": [
15 {
16 "name": "RedMatrix",
17 "values": [ 0.7, 0.0, 0.0 ]
18 },
19 {
20 "name": "GreenMatrix",
21 "values": [ 0.7, 1.0, 0.7 ]
22 },
23 {
24 "name": "BlueMatrix",
25 "values": [ 0.0, 0.0, 0.7 ]
26 }
27 ]
28 },
29 {
30 "name": "blit",
31 "intarget": "swap",
32 "outtarget": "minecraft:main"
33 }
34 ]
35 }
36 },
37 "generator": {
38 "type": "minecraft:noise",
39 "settings": {
40 "sea_level": 25,
41 "disable_mob_generation": false,
42 "ore_veins_enabled": false,
43 "aquifers_enabled": false,
44 "legacy_random_source": false,
45 "default_block": {
46 "Name": "minecraft:stone"
47 },
48 "default_fluid": {
49 "Name": "minecraft:water"
50 },
51 "spawn_target": [],
52 "noise": {
53 "min_y": 0,
54 "height": 256,
55 "size_horizontal": 2,
56 "size_vertical": 2
57 },
58 "noise_router": {
59 "vein_ridged": "infinity:vein_ridged",
60 "fluid_level_spread": 0.0,
61 "vegetation": "infinity:vegetation",
62 "vein_gap": "infinity:vein_gap",
63 "continents": "minecraft:overworld/continents",
64 "initial_density_without_jaggedness": {
65 "argument1": {
66 "to_y": 64,
67 "from_value": 1.0,
68 "to_value": -1.0,
69 "from_y": 0,
70 "type": "minecraft:y_clamped_gradient"
71 },
72 "argument2": {
73 "type": "minecraft:mul",
74 "argument1": 0.1,
75 "argument2": {
76 "type": "minecraft:noise",
77 "noise": "infinity:noise",
78 "xz_scale": 1.0,
79 "y_scale": 1.0
80 }
81 },
82 "type": "minecraft:add"
83 },
84 "lava": 0.0,
85 "barrier": 0.0,
86 "depth": {
87 "from_value": 1.5,
88 "to_y": 256,
89 "to_value": -1.5,
90 "type": "minecraft:y_clamped_gradient",
91 "from_y": 0
92 },
93 "ridges": "minecraft:overworld/ridges",
94 "erosion": "minecraft:overworld/erosion",
95 "temperature": "infinity:temperature",
96 "final_density": {
97 "argument1": {
98 "to_y": 128,
99 "from_value": 1.0,
100 "to_value": -1.0,
101 "from_y": 0,
102 "type": "minecraft:y_clamped_gradient"
103 },
104 "argument2": {
105 "type": "minecraft:mul",
106 "argument1": 0.1,
107 "argument2": {
108 "type": "minecraft:noise",
109 "noise": "infinity:noise",
110 "xz_scale": 1.0,
111 "y_scale": 1.0
112 }
113 },
114 "type": "minecraft:add"
115 },
116 "vein_toggle": "infinity:vein_toggle",
117 "fluid_level_floodedness": 0.0
118 },
119 "surface_rule": {
120 "sequence": [
121 {
122 "type": "minecraft:condition",
123 "if_true": {
124 "invert": {
125 "surface_depth_multiplier": 0,
126 "anchor": {
127 "absolute": 1
128 },
129 "type": "y_above",
130 "add_stone_depth": false
131 },
132 "type": "minecraft:not"
133 },
134 "then_run": {
135 "type": "minecraft:block",
136 "result_state": {
137 "Name": "minecraft:bedrock"
138 }
139 }
140 },
141 {
142 "type": "minecraft:condition",
143 "if_true": {
144 "add_surface_depth": false,
145 "offset": 0,
146 "secondary_depth_range": 0,
147 "type": "minecraft:stone_depth",
148 "surface_type": "floor"
149 },
150 "then_run": {
151 "type": "minecraft:condition",
152 "if_true": {
153 "surface_depth_multiplier": 0,
154 "offset": -1,
155 "type": "minecraft:water",
156 "add_stone_depth": false
157 },
158 "then_run": {
159 "sequence": [
160 {
161 "type": "minecraft:condition",
162 "if_true": {
163 "surface_depth_multiplier": 0,
164 "offset": 0,
165 "type": "minecraft:water",
166 "add_stone_depth": false
167 },
168 "then_run": {
169 "type": "minecraft:block",
170 "result_state": {
171 "Properties": {
172 "snowy": "false"
173 },
174 "Name": "minecraft:grass_block"
175 }
176 }
177 },
178 {
179 "type": "minecraft:block",
180 "result_state": {
181 "Name": "minecraft:dirt"
182 }
183 }
184 ],
185 "type": "minecraft:sequence"
186 }
187 }
188 },
189 {
190 "type": "minecraft:condition",
191 "if_true": {
192 "surface_depth_multiplier": -1,
193 "offset": -6,
194 "type": "minecraft:water",
195 "add_stone_depth": true
196 },
197 "then_run": {
198 "sequence": [
199 {
200 "type": "minecraft:condition",
201 "if_true": {
202 "add_surface_depth": true,
203 "offset": 0,
204 "secondary_depth_range": 0,
205 "type": "minecraft:stone_depth",
206 "surface_type": "floor"
207 },
208 "then_run": {
209 "sequence": [
210 {
211 "type": "minecraft:block",
212 "result_state": {
213 "Name": "minecraft:dirt"
214 }
215 }
216 ],
217 "type": "minecraft:sequence"
218 }
219 }
220 ],
221 "type": "minecraft:sequence"
222 }
223 },
224 {
225 "type": "minecraft:condition",
226 "if_true": {
227 "add_surface_depth": false,
228 "offset": 0,
229 "secondary_depth_range": 0,
230 "type": "minecraft:stone_depth",
231 "surface_type": "floor"
232 },
233 "then_run": {
234 "sequence": [
235 {
236 "type": "minecraft:condition",
237 "if_true": {
238 "add_surface_depth": false,
239 "offset": 0,
240 "secondary_depth_range": 0,
241 "type": "minecraft:stone_depth",
242 "surface_type": "ceiling"
243 },
244 "then_run": {
245 "type": "minecraft:block",
246 "result_state": {
247 "Name": "minecraft:stone"
248 }
249 }
250 },
251 {
252 "type": "minecraft:block",
253 "result_state": {
254 "Name": "minecraft:gravel"
255 }
256 }
257 ],
258 "type": "minecraft:sequence"
259 }
260 }
261 ],
262 "type": "minecraft:sequence"
263 }
264 },
265 "biome_source": {
266 "type": "fixed",
267 "biome": "minecraft:forest"
268 }
269 }
270}