Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
at master 130 lines 3.4 kB view raw
1{ 2 "infinity_version": 2006003, 3 "options": { 4 "haunted": true, 5 "solar_texture": "textures/block/redstone_lamp_on.png", 6 "moons": [ 7 { 8 "lunar_texture": "textures/block/note_block.png" 9 } 10 ] 11 }, 12 "generator": { 13 "type": "minecraft:noise", 14 "settings": { 15 "sea_level": 0, 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:black_concrete" 22 }, 23 "default_fluid": { 24 "Name": "minecraft:water" 25 }, 26 "spawn_target": [], 27 "noise": { 28 "min_y": 0, 29 "height": 256, 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": { 40 "to_y": 4, 41 "from_value": 1.0, 42 "to_value": -1.0, 43 "from_y": 0, 44 "type": "minecraft:y_clamped_gradient" 45 }, 46 "lava": 0.0, 47 "barrier": 0.0, 48 "depth": { 49 "from_value": 1.5, 50 "to_y": 256, 51 "to_value": -1.5, 52 "type": "minecraft:y_clamped_gradient", 53 "from_y": 0 54 }, 55 "ridges": "minecraft:overworld/ridges", 56 "erosion": "minecraft:overworld/erosion", 57 "temperature": "infinity:temperature", 58 "final_density": { 59 "to_y": 4, 60 "from_value": 1.0, 61 "to_value": -1.0, 62 "from_y": 0, 63 "type": "minecraft:y_clamped_gradient" 64 }, 65 "vein_toggle": "infinity:vein_toggle", 66 "fluid_level_floodedness": 0.0 67 }, 68 "surface_rule": { 69 "type": "minecraft:sequence", 70 "sequence": [ 71 { 72 "type": "minecraft:condition", 73 "if_true": { 74 "type": "minecraft:not", 75 "invert": { 76 "type": "y_above", 77 "anchor": { 78 "absolute": 1 79 }, 80 "surface_depth_multiplier": 0, 81 "add_stone_depth": false 82 } 83 }, 84 "then_run": { 85 "type": "minecraft:block", 86 "result_state": { 87 "Name": "minecraft:bedrock" 88 } 89 } 90 }, 91 { 92 "type": "minecraft:condition", 93 "if_true": { 94 "k_x": 0.0, 95 "k_z": 1.0, 96 "min": 0.5, 97 "max": 0.6, 98 "separation": 128, 99 "type": "infinity:linear" 100 }, 101 "then_run": { 102 "type": "infinity:lamps" 103 } 104 }, 105 { 106 "type": "minecraft:condition", 107 "if_true": { 108 "k_x": 1.0, 109 "k_z": 0.0, 110 "min": 0.5, 111 "max": 0.6, 112 "separation": 128, 113 "type": "infinity:linear" 114 }, 115 "then_run": { 116 "type": "infinity:lamps" 117 } 118 }, 119 { 120 "type": "infinity:notes" 121 } 122 ] 123 } 124 }, 125 "biome_source": { 126 "type": "fixed", 127 "biome": "infinity:notes" 128 } 129 } 130}