Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
at master 184 lines 5.5 kB view raw
1{ 2 "infinity_version": 2004002, 3 "aliases": [ 4 "endoftime" 5 ], 6 "options": { 7 "portal_color": 12171705, 8 "star_size_base": 0.25, 9 "star_size_modifier": 0.25, 10 "star_brightness_night": 0.0 11 }, 12 "generator": { 13 "type": "minecraft:noise", 14 "settings": { 15 "sea_level": 64, 16 "disable_mob_generation": false, 17 "ore_veins_enabled": false, 18 "aquifers_enabled": false, 19 "legacy_random_source": false, 20 "default_block": { 21 "Name": "minecraft:stone" 22 }, 23 "default_fluid": { 24 "Name": "minecraft:water" 25 }, 26 "spawn_target": [], 27 "noise": { 28 "min_y": 0, 29 "height": 128, 30 "size_horizontal": 2, 31 "size_vertical": 2 32 }, 33 "noise_router": { 34 "vein_ridged": "infinity:vein_ridged", 35 "fluid_level_spread": 0.0, 36 "vegetation": "infinity:vegetation", 37 "vein_gap": "infinity:vein_gap", 38 "continents": "minecraft:overworld/continents", 39 "initial_density_without_jaggedness": 1.0, 40 "lava": 0.0, 41 "barrier": 0.0, 42 "depth": 0.0, 43 "ridges": "minecraft:overworld/ridges", 44 "erosion": "minecraft:overworld/erosion", 45 "temperature": "infinity:temperature", 46 "final_density": { 47 "type": "infinity:classic", 48 "sealevel": 64 49 }, 50 "vein_toggle": "infinity:vein_toggle", 51 "fluid_level_floodedness": 0.0 52 }, 53 "surface_rule": { 54 "type": "minecraft:sequence", 55 "sequence": [ 56 { 57 "type": "minecraft:condition", 58 "if_true": { 59 "type": "minecraft:stone_depth", 60 "add_surface_depth": false, 61 "offset": 0, 62 "secondary_depth_range": 0, 63 "surface_type": "floor" 64 }, 65 "then_run": { 66 "type": "minecraft:condition", 67 "if_true": { 68 "type": "minecraft:water", 69 "add_stone_depth": false, 70 "offset": -1, 71 "surface_depth_multiplier": 0 72 }, 73 "then_run": { 74 "type": "minecraft:sequence", 75 "sequence": [ 76 { 77 "type": "minecraft:condition", 78 "if_true": { 79 "type": "minecraft:water", 80 "add_stone_depth": false, 81 "offset": 0, 82 "surface_depth_multiplier": 0 83 }, 84 "then_run": { 85 "type": "minecraft:block", 86 "result_state": { 87 "Name": "minecraft:grass_block", 88 "Properties": { 89 "snowy": "false" 90 } 91 } 92 } 93 }, 94 { 95 "type": "minecraft:block", 96 "result_state": { 97 "Name": "minecraft:dirt" 98 } 99 } 100 ] 101 } 102 } 103 }, 104 { 105 "type": "minecraft:condition", 106 "if_true": { 107 "type": "minecraft:water", 108 "add_stone_depth": true, 109 "offset": -6, 110 "surface_depth_multiplier": -1 111 }, 112 "then_run": { 113 "type": "minecraft:sequence", 114 "sequence": [ 115 { 116 "type": "minecraft:condition", 117 "if_true": { 118 "type": "minecraft:stone_depth", 119 "add_surface_depth": true, 120 "offset": 0, 121 "secondary_depth_range": 0, 122 "surface_type": "floor" 123 }, 124 "then_run": { 125 "type": "minecraft:sequence", 126 "sequence": [ 127 { 128 "type": "minecraft:block", 129 "result_state": { 130 "Name": "minecraft:dirt" 131 } 132 } 133 ] 134 } 135 } 136 ] 137 } 138 }, 139 { 140 "type": "minecraft:condition", 141 "if_true": { 142 "type": "minecraft:stone_depth", 143 "add_surface_depth": false, 144 "offset": 0, 145 "secondary_depth_range": 0, 146 "surface_type": "floor" 147 }, 148 "then_run": { 149 "type": "minecraft:sequence", 150 "sequence": [ 151 { 152 "type": "minecraft:condition", 153 "if_true": { 154 "type": "minecraft:stone_depth", 155 "add_surface_depth": false, 156 "offset": 0, 157 "secondary_depth_range": 0, 158 "surface_type": "ceiling" 159 }, 160 "then_run": { 161 "type": "minecraft:block", 162 "result_state": { 163 "Name": "minecraft:stone" 164 } 165 } 166 }, 167 { 168 "type": "minecraft:block", 169 "result_state": { 170 "Name": "minecraft:dirt" 171 } 172 } 173 ] 174 } 175 } 176 ] 177 } 178 }, 179 "biome_source": { 180 "type": "fixed", 181 "biome": "infinity:end" 182 } 183 } 184}