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