diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 23188e3..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -__MACOSXREADME.md \ No newline at end of file diff --git a/README.md b/README.md index 19a7228..77f4b6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Nullscape -[![Latest Version](https://img.shields.io/github/v/release/Stardust-Labs-MC/Nullscape?color=blueviolet&logo=github "View latest release")](https://github.com/Stardust-Labs-MC/Nullscape/releases) [![Discord Badge](https://img.shields.io/discord/738046951236567162?color=blue&logo=discord "Join our Discord Server")](https://discord.gg/stardustlabs) [![Modrinth Badge](https://img.shields.io/modrinth/dt/nullscape?label=Modrinth&logo=modrinth "View our Modrinth page")](https://modrinth.com/mod/nullscape) [![License Badge](https://img.shields.io/badge/license-Stardust_Labs-green "View the Stardust Labs License")](https://github.com/Stardust-Labs-MC/license) [![Wiki Badge](https://img.shields.io/badge/wiki-Miraheze-yellow "View our Wiki")](https://discord.gg/stardustlabs) [![Issues Badge](https://img.shields.io/github/issues/Stardust-Labs-MC/Nullscape?color=orange&logo=github "View or open an issue")](https://github.com/Stardust-Labs-MC/Nullscape/issues) [![Weblate Badge](https://img.shields.io/weblate/progress/stardust-labs?server=https%3A%2F%2Fweblate.catter.dev&logo=weblate "Translate here")](https://weblate.catter.dev/projects/stardust-labs) +[![Latest Version](https://img.shields.io/github/v/release/Stardust-Labs-MC/Nullscape?color=blueviolet&logo=github "View latest release")](https://github.com/Stardust-Labs-MC/Nullscape/releases) [![Discord Badge](https://img.shields.io/discord/738046951236567162?color=blue&logo=discord "Join our Discord Server")](https://discord.gg/stardustlabs) [![Modrinth Badge](https://img.shields.io/modrinth/dt/nullscape?label=Modrinth&logo=modrinth "View our Modrinth page")](https://modrinth.com/mod/nullscape) [![License Badge](https://img.shields.io/badge/license-Stardust_Labs-green "View the Stardust Labs License")](https://github.com/Stardust-Labs-MC/license) [![Wiki Badge](https://img.shields.io/badge/wiki-Miraheze-yellow "View our Wiki")](https://stardustlabs.miraheze.org/) [![Issues Badge](https://img.shields.io/github/issues/Stardust-Labs-MC/Nullscape?color=orange&logo=github "View or open an issue")](https://github.com/Stardust-Labs-MC/Nullscape/issues) [![Weblate Badge](https://img.shields.io/weblate/progress/stardust-labs?server=https%3A%2F%2Fweblate.catter.dev&logo=weblate "Translate here")](https://weblate.catter.dev/projects/stardust-labs) Nullscape keeps the End as a barren, depressing, and bleak place: as it should be, and always will be. ![Nullscape Banner](https://user-images.githubusercontent.com/63272345/224808975-6d3866c1-a968-4fa1-a1c1-6d9318e42ed9.png) diff --git a/data/minecraft/dimension/the_end.json b/data/minecraft/dimension/the_end.json deleted file mode 100644 index 6adaabf..0000000 --- a/data/minecraft/dimension/the_end.json +++ /dev/null @@ -1,219 +0,0 @@ -{ - "type": "minecraft:the_end", - "generator": { - "type": "minecraft:noise", - "settings": "minecraft:end", - "biome_source": { - "type": "minecraft:multi_noise", - "biomes": [ - { - "biome": "minecraft:small_end_islands", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1, - 0 - ], - "erosion": [ - -1, - -0.3 - ], - "weirdness": [ - -1, - 1 - ], - "depth": -2, - "offset": 1 - } - }, - { - "biome": "nullscape:shadowlands", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - -0.2 - ], - "continentalness": [ - -1, - 0 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - -1.4, - 1 - ], - "offset": 0.49 - } - }, - { - "biome": "nullscape:void_barrens", - "parameters": { - "temperature": [ - 0, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -1, - -0.15 - ], - "weirdness": [ - -0.475, - 0.475 - ], - "depth": [ - -1.4, - 1 - ], - "offset": 0.49 - } - }, - { - "biome": "nullscape:crystal_peaks", - "parameters": { - "temperature": [ - 0, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -1, - -0.15 - ], - "weirdness": [ - 0.475, - 1 - ], - "depth": [ - -1.4, - 1 - ], - "offset": 0.485 - } - }, - { - "biome": "nullscape:crystal_peaks", - "parameters": { - "temperature": [ - 0, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -1, - -0.15 - ], - "weirdness": [ - -1, - -0.475 - ], - "depth": [ - -1.4, - 1 - ], - "offset": 0.485 - } - }, - { - "biome": "minecraft:end_highlands", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - -1.4, - 1 - ], - "offset": 0.5 - } - }, - { - "biome": "minecraft:the_end", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - 1.9, - 2.0 - ], - "offset": 0.75 - } - } - ] - } - } -} diff --git a/data/minecraft/dimension_type/the_end.json b/data/minecraft/dimension_type/the_end.json deleted file mode 100644 index 6d943ec..0000000 --- a/data/minecraft/dimension_type/the_end.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "logical_height": 384, - "infiniburn": "#minecraft:infiniburn_end", - "effects": "minecraft:the_end", - "ambient_light": 0, - "respawn_anchor_works": false, - "has_raids": true, - "min_y": 0, - "height": 384, - "natural": false, - "coordinate_scale": 1, - "piglin_safe": false, - "bed_works": false, - "fixed_time": 18000, - "has_skylight": false, - "has_ceiling": false, - "ultrawarm": false, - "monster_spawn_block_light_limit": 0, - "monster_spawn_light_level": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 7 - } - } -} diff --git a/data/minecraft/loot_tables/blocks/amethyst_block.json b/data/minecraft/loot_tables/blocks/amethyst_block.json deleted file mode 100644 index 65f3795..0000000 --- a/data/minecraft/loot_tables/blocks/amethyst_block.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:amethyst_block", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.125 - }, - { - "condition": "minecraft:location_check", - "predicate": { - "dimension": "minecraft:the_end" - } - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:amethyst_block", - "conditions": [ - { - "condition": "minecraft:inverted", - "term": { - "condition": "minecraft:location_check", - "predicate": { - "dimension": "minecraft:the_end" - } - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/data/minecraft/tags/blocks/base_stone_overworld.json b/data/minecraft/tags/blocks/base_stone_overworld.json deleted file mode 100644 index 8271661..0000000 --- a/data/minecraft/tags/blocks/base_stone_overworld.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "end_stone" - ] -} diff --git a/data/minecraft/tags/blocks/glowstone.json b/data/minecraft/tags/blocks/glowstone.json deleted file mode 100644 index bd3f9af..0000000 --- a/data/minecraft/tags/blocks/glowstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "glowstone" - ] -} diff --git a/data/minecraft/tags/blocks/infiniburn_end.json b/data/minecraft/tags/blocks/infiniburn_end.json deleted file mode 100644 index a0ff1fc..0000000 --- a/data/minecraft/tags/blocks/infiniburn_end.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "obsidian", - "crying_obsidian" - ] -} diff --git a/data/minecraft/tags/blocks/sculk_replaceable_world_gen.json b/data/minecraft/tags/blocks/sculk_replaceable_world_gen.json deleted file mode 100644 index 6881358..0000000 --- a/data/minecraft/tags/blocks/sculk_replaceable_world_gen.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "bone_block" - ] -} \ No newline at end of file diff --git a/data/minecraft/tags/worldgen/biome/has_structure/end_city.json b/data/minecraft/tags/worldgen/biome/has_structure/end_city.json deleted file mode 100644 index 476e8d7..0000000 --- a/data/minecraft/tags/worldgen/biome/has_structure/end_city.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace":false, - "values": [ - "nullscape:void_barrens", - "nullscape:shadowlands", - "nullscape:crystal_peaks" - ] -} \ No newline at end of file diff --git a/data/minecraft/worldgen/biome/end_barrens.json b/data/minecraft/worldgen/biome/end_barrens.json deleted file mode 100644 index efb098c..0000000 --- a/data/minecraft/worldgen/biome/end_barrens.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [], - [], - [], - [], - [ - "minecraft:end_gateway_return" - ], - [], - [], - [], - [], - [] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/minecraft/worldgen/biome/end_highlands.json b/data/minecraft/worldgen/biome/end_highlands.json deleted file mode 100644 index bf5ce6a..0000000 --- a/data/minecraft/worldgen/biome/end_highlands.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [ - ], - [], - [], - [], - [ - "minecraft:end_gateway_return" - ], - [], - [], - [], - [], - [ - "nullscape:highland/glowstone_patch", - "nullscape:highland/patch_bottom", - "nullscape:glowstone/roots", - "nullscape:glowstone/tree", - "nullscape:glowstone/tree2", - "nullscape:chorus_quadratic", - "nullscape:chorus_variation" - ] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/minecraft/worldgen/biome/end_midlands.json b/data/minecraft/worldgen/biome/end_midlands.json deleted file mode 100644 index efb098c..0000000 --- a/data/minecraft/worldgen/biome/end_midlands.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [], - [], - [], - [], - [ - "minecraft:end_gateway_return" - ], - [], - [], - [], - [], - [] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/minecraft/worldgen/biome/small_end_islands.json b/data/minecraft/worldgen/biome/small_end_islands.json deleted file mode 100644 index 2db94a9..0000000 --- a/data/minecraft/worldgen/biome/small_end_islands.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [ - "minecraft:end_island_decorated" - ], - [ - "nullscape:float/asteroid" - ] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/minecraft/worldgen/biome/the_end.json b/data/minecraft/worldgen/biome/the_end.json deleted file mode 100644 index 224f9c7..0000000 --- a/data/minecraft/worldgen/biome/the_end.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [], - [], - [], - [], - [ - "minecraft:end_spike" - ] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/minecraft/worldgen/noise_settings/end.json b/data/minecraft/worldgen/noise_settings/end.json deleted file mode 100644 index ed7b1e3..0000000 --- a/data/minecraft/worldgen/noise_settings/end.json +++ /dev/null @@ -1,456 +0,0 @@ -{ - "sea_level": -96, - "disable_mob_generation": false, - "aquifers_enabled": false, - "ore_veins_enabled": false, - "legacy_random_source": false, - "default_block": { - "Name": "minecraft:end_stone" - }, - "default_fluid": { - "Name": "minecraft:air" - }, - "noise": { - "min_y": 0, - "height": 288, - "size_horizontal": 1, - "size_vertical": 1 - }, - "surface_rule": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "nullscape:shadowlands" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 7, - "surface_type": "ceiling", - "add_surface_depth": true, - "secondary_depth_range": 6 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/fire", - "min_threshold": 0.2, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_fire_coral_block" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/bubble", - "min_threshold": 0.15, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/horn", - "min_threshold": 0.1, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_horn_coral_block" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_tube_coral_block" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 7, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 6 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/fire", - "min_threshold": 0.2, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_fire_coral_block" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/bubble", - "min_threshold": 0.15, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:shadowlands/horn", - "min_threshold": 0.1, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_horn_coral_block" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dead_tube_coral_block" - } - } - ] - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "nullscape:void_barrens" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:crystal/surface", - "min_threshold": -0.25, - "max_threshold": 0.25 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:crystal/surface", - "min_threshold": -0.575, - "max_threshold": 0.575 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:smooth_basalt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "nullscape:crystal/surface", - "min_threshold": -1e+308, - "max_threshold": 1e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - } - } - } - ] - } - } - ] - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "nullscape:crystal_peaks" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "noise_router": { - "final_density": - - { - "type":"max", - "argument1":{ - "argument1": { - "argument": { - "argument1": 0.64, - "argument2": - { - "argument": { - "argument": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 4, - "to_y": 32, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 256, - "to_y": 300, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": { - "max_exclusive": 1.5625, - "when_in_range": "nullscape:sloped_cheese", - "when_out_of_range": "nullscape:sloped_cheese", - "input": "nullscape:sloped_cheese", - "min_inclusive": -1000000, - "type": "minecraft:range_choice" - }, - "argument2": 10 - } - }, - "argument2": -10 - }, - "argument2": 0.234375 - } - }, - "argument2": -0.234375 - }, - "type": "minecraft:blend_density" - }, - "type": "minecraft:interpolated" - }, - - "type": "minecraft:mul" - }, - "type": "minecraft:squeeze" - }, - "argument2": - { - "type":"min", - "argument1":"nullscape:porosity/cheese", - "argument2": - {"type":"min", - "argument1": - "nullscape:brittleness/shatter", - "argument2":{"type":"interpolated","argument":"nullscape:void/void_gauntlet"}} - }, - "type": "minecraft:min" - }, - "argument2":{"type":"interpolated","argument":"nullscape:island/island"} - }, - "vein_toggle": 0, - "vein_ridged": 0, - "vein_gap": 0, - "erosion": "minecraft:overworld/erosion", - "depth": - - { - "type": "minecraft:max", - "argument1": { - "type": "minecraft:range_choice", - "input": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 384 - }, - "min_inclusive": 0, - "max_exclusive": 4, - "when_in_range": 40, - "when_out_of_range": "nullscape:depth" - }, - "argument2": "nullscape:void/emergency_exit" -} - - - - - , - "ridges": "minecraft:overworld/ridges", - "initial_density_without_jaggedness": { - "argument1": 4, - "argument2": { - "argument": { - "argument1": "nullscape:base/depth", - "argument2": { - "argument": "nullscape:base/factor", - "type": "minecraft:cache_2d" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:quarter_negative" - }, - "type": "minecraft:mul" - }, - "lava": 0, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0, - "noise": "nullscape:terrain/temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0, - "noise": "nullscape:terrain/vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": "nullscape:base/continents", - "barrier": 0, - "fluid_level_floodedness": 0, - "fluid_level_spread": 0 - }, - "spawn_target": [ - { - "erosion": [ - -1, - 1 - ], - "depth": 0, - "weirdness": [ - -1, - -0.16 - ], - "offset": 0, - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ] - }, - { - "erosion": [ - -1, - 1 - ], - "depth": 0, - "weirdness": [ - 0.16, - 1 - ], - "offset": 0, - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ] - } - ] -} diff --git a/data/minecraft/worldgen/noise_settings/end_island.json b/data/minecraft/worldgen/noise_settings/end_island.json deleted file mode 100644 index ae2a907..0000000 --- a/data/minecraft/worldgen/noise_settings/end_island.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "sea_level": 0, - "disable_mob_generation": true, - "aquifers_enabled": false, - "ore_veins_enabled": false, - "legacy_random_source": true, - "default_block": { - "Name": "minecraft:end_stone" - }, - "default_fluid": { - "Name": "minecraft:air" - }, - "noise": { - "min_y": 0, - "height": 128, - "size_horizontal": 2, - "size_vertical": 1 - }, - "surface_rule": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:the_end" - ] - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:air" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "noise_router": { - "final_density": { - "argument": { - "argument1": 0.64, - "argument2": { - "argument": { - "argument": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 4, - "to_y": 32, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 56, - "to_y": 312, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": "minecraft:end/sloped_cheese", - "argument2": 23.4375 - } - }, - "argument2": -23.4375 - }, - "argument2": 0.234375 - } - }, - "argument2": -0.234375 - }, - "type": "minecraft:blend_density" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:squeeze" - }, - "vein_toggle": 0, - "vein_ridged": 0, - "vein_gap": 0, - "erosion": 0, - "depth": 0, - "ridges": 0, - "initial_density_without_jaggedness": { - "argument": { - "type": "minecraft:end_islands" - }, - "type": "minecraft:cache_2d" - }, - "lava": 0, - "temperature": 0, - "vegetation": 0, - "continents": 0, - "barrier": 0, - "fluid_level_floodedness": 0, - "fluid_level_spread": 0 - }, - "spawn_target": [ - { - "erosion": [ - -1, - 1 - ], - "depth": 0, - "weirdness": [ - -1, - -0.16 - ], - "offset": 0, - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ] - }, - { - "erosion": [ - -1, - 1 - ], - "depth": 0, - "weirdness": [ - 0.16, - 1 - ], - "offset": 0, - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ] - } - ] -} diff --git a/data/minecraft/worldgen/structure_set/end_cities.json b/data/minecraft/worldgen/structure_set/end_cities.json deleted file mode 100644 index 51ca748..0000000 --- a/data/minecraft/worldgen/structure_set/end_cities.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "structures": [ - { - "structure": "minecraft:end_city", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "salt": 10387313, - "frequency_reduction_method": "default", - "spread_type": "triangular", - "spacing": 26, - "separation": 18 - } -} diff --git a/data/nullscape/advancements/root.json b/data/nullscape/advancements/root.json deleted file mode 100644 index a401592..0000000 --- a/data/nullscape/advancements/root.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "display": { - "icon": { - "item": "minecraft:dead_brain_coral_block" - }, - "title": { - "translate": "Desolation" - }, - "description": { - "translate": "Visit any Nullscape biome" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "minecraft:end/enter_end_gateway", - "criteria": { - "nullscape:crystal_peaks": { - "trigger": "minecraft:location", - "conditions": { - "player": { - "location": { - "biome": "nullscape:crystal_peaks" - } - } - } - }, - "nullscape:shadowlands": { - "trigger": "minecraft:location", - "conditions": { - "player": { - "location": { - "biome": "nullscape:shadowlands" - } - } - } - }, - "nullscape:void_barrens": { - "trigger": "minecraft:location", - "conditions": { - "player": { - "location": { - "biome": "nullscape:void_barrens" - } - } - } - } - }, - "requirements": [ - [ - "nullscape:crystal_peaks", - "nullscape:shadowlands", - "nullscape:void_barrens" - ] - ] - } \ No newline at end of file diff --git a/data/nullscape/biome_colors.json b/data/nullscape/biome_colors.json deleted file mode 100644 index e9999ca..0000000 --- a/data/nullscape/biome_colors.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "nullscape:crystal_peaks": { - "r": 176, - "g": 42, - "b": 203 - }, - "nullscape:shadowlands": { - "r": 86, - "g": 46, - "b": 59 - }, - "nullscape:void_barrens": { - "r": 160, - "g": 141, - "b": 166 - } -} \ No newline at end of file diff --git a/data/nullscape/end_island.json b/data/nullscape/end_island.json deleted file mode 100644 index 37bf7da..0000000 --- a/data/nullscape/end_island.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:the_end", - "generator": { - "biome_source": { - "seed": 0, - "type": "minecraft:the_end" - }, - "settings": "minecraft:end_island", - "type": "minecraft:noise" - } -} diff --git a/data/nullscape/loot_tables/phantom_nest.json b/data/nullscape/loot_tables/phantom_nest.json deleted file mode 100644 index 5e9767c..0000000 --- a/data/nullscape/loot_tables/phantom_nest.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "type": "minecraft:entity", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "potion", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_nbt", - "tag": "{CustomPotionEffects:[{Id:11,Amplifier:3,Duration:300},{Id:14,Duration:600}],CustomPotionColor:983098}" - }, - { - "function": "minecraft:set_name", - "name": {"text":"Resurrection Butterfly","color":"dark_aqua"} - } - ] - }, - { - "type": "minecraft:item", - "name": "tipped_arrow", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - }, - { - "function": "minecraft:set_nbt", - "tag": "{CustomPotionEffects:[{Id:15,Amplifier:0,Duration:40},{Id:25,Amplifier:3,Duration:50}],CustomPotionColor:480}" - }, - { - "function": "minecraft:set_name", - "name": {"text":"Phantasm Arrow","color":"blue"} - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "name": "phantom_membrane", - "weight": 5, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 4 - } - } - ] - }, - { - "type": "minecraft:item", - "name": "cobweb", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "name": "amethyst_shard", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "obsidian", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - } - ] - } - \ No newline at end of file diff --git a/data/nullscape/structure_icons.json b/data/nullscape/structure_icons.json deleted file mode 100644 index 5f80270..0000000 --- a/data/nullscape/structure_icons.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "nullscape:dragon_skeleton": "minecraft:bone_block", - "nullscape:phantom_nest": "minecraft:phantom_membrane" -} \ No newline at end of file diff --git a/data/nullscape/structures/destroy1.nbt b/data/nullscape/structures/destroy1.nbt deleted file mode 100644 index 1a35bb8..0000000 Binary files a/data/nullscape/structures/destroy1.nbt and /dev/null differ diff --git a/data/nullscape/structures/destroy_start.nbt b/data/nullscape/structures/destroy_start.nbt deleted file mode 100644 index d82ea6b..0000000 Binary files a/data/nullscape/structures/destroy_start.nbt and /dev/null differ diff --git a/data/nullscape/structures/gateway_platform.nbt b/data/nullscape/structures/gateway_platform.nbt deleted file mode 100644 index c53404f..0000000 Binary files a/data/nullscape/structures/gateway_platform.nbt and /dev/null differ diff --git a/data/nullscape/structures/gateway_platform2.nbt b/data/nullscape/structures/gateway_platform2.nbt deleted file mode 100644 index e6212ae..0000000 Binary files a/data/nullscape/structures/gateway_platform2.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/extension.nbt b/data/nullscape/structures/phantom/extension.nbt deleted file mode 100644 index dd6dbf8..0000000 Binary files a/data/nullscape/structures/phantom/extension.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/hive1.nbt b/data/nullscape/structures/phantom/hive1.nbt deleted file mode 100644 index 36503aa..0000000 Binary files a/data/nullscape/structures/phantom/hive1.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/hive2.nbt b/data/nullscape/structures/phantom/hive2.nbt deleted file mode 100644 index 43ef3ef..0000000 Binary files a/data/nullscape/structures/phantom/hive2.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/hive3.nbt b/data/nullscape/structures/phantom/hive3.nbt deleted file mode 100644 index f4f8156..0000000 Binary files a/data/nullscape/structures/phantom/hive3.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/main_hive.nbt b/data/nullscape/structures/phantom/main_hive.nbt deleted file mode 100644 index e3c0505..0000000 Binary files a/data/nullscape/structures/phantom/main_hive.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon1.nbt b/data/nullscape/structures/phantom/ribbon1.nbt deleted file mode 100644 index 08372e9..0000000 Binary files a/data/nullscape/structures/phantom/ribbon1.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon2.nbt b/data/nullscape/structures/phantom/ribbon2.nbt deleted file mode 100644 index bfc21d8..0000000 Binary files a/data/nullscape/structures/phantom/ribbon2.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon3.nbt b/data/nullscape/structures/phantom/ribbon3.nbt deleted file mode 100644 index 8188eda..0000000 Binary files a/data/nullscape/structures/phantom/ribbon3.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon4.nbt b/data/nullscape/structures/phantom/ribbon4.nbt deleted file mode 100644 index 42d4436..0000000 Binary files a/data/nullscape/structures/phantom/ribbon4.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon5.nbt b/data/nullscape/structures/phantom/ribbon5.nbt deleted file mode 100644 index 9b07240..0000000 Binary files a/data/nullscape/structures/phantom/ribbon5.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon6.nbt b/data/nullscape/structures/phantom/ribbon6.nbt deleted file mode 100644 index 5a1ed4b..0000000 Binary files a/data/nullscape/structures/phantom/ribbon6.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon7.nbt b/data/nullscape/structures/phantom/ribbon7.nbt deleted file mode 100644 index 41a56d6..0000000 Binary files a/data/nullscape/structures/phantom/ribbon7.nbt and /dev/null differ diff --git a/data/nullscape/structures/phantom/ribbon8.nbt b/data/nullscape/structures/phantom/ribbon8.nbt deleted file mode 100644 index 161d87f..0000000 Binary files a/data/nullscape/structures/phantom/ribbon8.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/bottom_start.nbt b/data/nullscape/structures/rift/bottom_start.nbt deleted file mode 100644 index ccfb3e1..0000000 Binary files a/data/nullscape/structures/rift/bottom_start.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway1.nbt b/data/nullscape/structures/rift/gateway1.nbt deleted file mode 100644 index 5212f52..0000000 Binary files a/data/nullscape/structures/rift/gateway1.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway2.nbt b/data/nullscape/structures/rift/gateway2.nbt deleted file mode 100644 index 9b3bcf9..0000000 Binary files a/data/nullscape/structures/rift/gateway2.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway3.nbt b/data/nullscape/structures/rift/gateway3.nbt deleted file mode 100644 index e7b929d..0000000 Binary files a/data/nullscape/structures/rift/gateway3.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway_neutral1.nbt b/data/nullscape/structures/rift/gateway_neutral1.nbt deleted file mode 100644 index a0cd880..0000000 Binary files a/data/nullscape/structures/rift/gateway_neutral1.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway_neutral2.nbt b/data/nullscape/structures/rift/gateway_neutral2.nbt deleted file mode 100644 index 28edebe..0000000 Binary files a/data/nullscape/structures/rift/gateway_neutral2.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway_shadow1.nbt b/data/nullscape/structures/rift/gateway_shadow1.nbt deleted file mode 100644 index 74073bd..0000000 Binary files a/data/nullscape/structures/rift/gateway_shadow1.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/gateway_shadow2.nbt b/data/nullscape/structures/rift/gateway_shadow2.nbt deleted file mode 100644 index 43a724e..0000000 Binary files a/data/nullscape/structures/rift/gateway_shadow2.nbt and /dev/null differ diff --git a/data/nullscape/structures/rift/start.nbt b/data/nullscape/structures/rift/start.nbt deleted file mode 100644 index 6f6de69..0000000 Binary files a/data/nullscape/structures/rift/start.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/1.nbt b/data/nullscape/structures/skeleton/1.nbt deleted file mode 100644 index 7e3c873..0000000 Binary files a/data/nullscape/structures/skeleton/1.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/2.nbt b/data/nullscape/structures/skeleton/2.nbt deleted file mode 100644 index ab3cce9..0000000 Binary files a/data/nullscape/structures/skeleton/2.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/3.nbt b/data/nullscape/structures/skeleton/3.nbt deleted file mode 100644 index 9acfef7..0000000 Binary files a/data/nullscape/structures/skeleton/3.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/4.nbt b/data/nullscape/structures/skeleton/4.nbt deleted file mode 100644 index c8c35f3..0000000 Binary files a/data/nullscape/structures/skeleton/4.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/5.nbt b/data/nullscape/structures/skeleton/5.nbt deleted file mode 100644 index 8586890..0000000 Binary files a/data/nullscape/structures/skeleton/5.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/6.nbt b/data/nullscape/structures/skeleton/6.nbt deleted file mode 100644 index 7544e10..0000000 Binary files a/data/nullscape/structures/skeleton/6.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/7.nbt b/data/nullscape/structures/skeleton/7.nbt deleted file mode 100644 index 3f9206d..0000000 Binary files a/data/nullscape/structures/skeleton/7.nbt and /dev/null differ diff --git a/data/nullscape/structures/skeleton/8.nbt b/data/nullscape/structures/skeleton/8.nbt deleted file mode 100644 index b49af9d..0000000 Binary files a/data/nullscape/structures/skeleton/8.nbt and /dev/null differ diff --git a/data/nullscape/tags/blocks/amethyst_cut.json b/data/nullscape/tags/blocks/amethyst_cut.json deleted file mode 100644 index 66d2840..0000000 --- a/data/nullscape/tags/blocks/amethyst_cut.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "end_stone", - "dead_fire_coral_block", - "dead_tube_coral_block", - "dead_horn_coral_block", - "dead_bubble_coral_block" - ] -} diff --git a/data/nullscape/tags/blocks/amethyst_dx.json b/data/nullscape/tags/blocks/amethyst_dx.json deleted file mode 100644 index 7bcee76..0000000 --- a/data/nullscape/tags/blocks/amethyst_dx.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "replace": false, - "values": [ - "amethyst_block", - "budding_amethyst", - "basalt", - "blackstone", - "end_stone", - "dead_horn_coral_block", - "dead_bubble_coral_block", - "dead_fire_coral_block", - "dead_tube_coral_block" - ] -} diff --git a/data/nullscape/tags/blocks/brain_coral.json b/data/nullscape/tags/blocks/brain_coral.json deleted file mode 100644 index 784f2e6..0000000 --- a/data/nullscape/tags/blocks/brain_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "dead_brain_coral_block" - ] -} diff --git a/data/nullscape/tags/blocks/coral.json b/data/nullscape/tags/blocks/coral.json deleted file mode 100644 index d9a457c..0000000 --- a/data/nullscape/tags/blocks/coral.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "dead_fire_coral_block", - "dead_tube_coral_block", - "dead_horn_coral_block", - "dead_bubble_coral_block" - ] -} diff --git a/data/nullscape/tags/blocks/crystal_amethyst.json b/data/nullscape/tags/blocks/crystal_amethyst.json deleted file mode 100644 index 13430a3..0000000 --- a/data/nullscape/tags/blocks/crystal_amethyst.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "blackstone", - "end_stone", - "obsidian", - "crying_obsidian", - "amethyst_block" - ] -} diff --git a/data/nullscape/tags/blocks/crystal_crying.json b/data/nullscape/tags/blocks/crystal_crying.json deleted file mode 100644 index 469c151..0000000 --- a/data/nullscape/tags/blocks/crystal_crying.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "blackstone", - "end_stone", - "obsidian", - "crying_obsidian" - ] -} diff --git a/data/nullscape/tags/blocks/crystal_obsidian.json b/data/nullscape/tags/blocks/crystal_obsidian.json deleted file mode 100644 index ba87333..0000000 --- a/data/nullscape/tags/blocks/crystal_obsidian.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "blackstone", - "end_stone", - "obsidian" - ] -} diff --git a/data/nullscape/tags/blocks/dead_corals.json b/data/nullscape/tags/blocks/dead_corals.json deleted file mode 100644 index 31817f1..0000000 --- a/data/nullscape/tags/blocks/dead_corals.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "dead_fire_coral_block", - "dead_tube_coral_block", - "dead_horn_coral_block", - "dead_brain_coral_block", - "dead_bubble_coral_block" - ] -} diff --git a/data/nullscape/tags/blocks/end_bottom.json b/data/nullscape/tags/blocks/end_bottom.json deleted file mode 100644 index 6eea894..0000000 --- a/data/nullscape/tags/blocks/end_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "blackstone", - "end_stone" - ] -} diff --git a/data/nullscape/tags/blocks/end_soil.json b/data/nullscape/tags/blocks/end_soil.json deleted file mode 100644 index a61b86c..0000000 --- a/data/nullscape/tags/blocks/end_soil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "end_stone", - "smooth_basalt" - ] -} diff --git a/data/nullscape/tags/blocks/end_stone.json b/data/nullscape/tags/blocks/end_stone.json deleted file mode 100644 index 8271661..0000000 --- a/data/nullscape/tags/blocks/end_stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "end_stone" - ] -} diff --git a/data/nullscape/tags/blocks/glowstone.json b/data/nullscape/tags/blocks/glowstone.json deleted file mode 100644 index bd3f9af..0000000 --- a/data/nullscape/tags/blocks/glowstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "glowstone" - ] -} diff --git a/data/nullscape/tags/blocks/rift_blocks.json b/data/nullscape/tags/blocks/rift_blocks.json deleted file mode 100644 index 469c151..0000000 --- a/data/nullscape/tags/blocks/rift_blocks.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "blackstone", - "end_stone", - "obsidian", - "crying_obsidian" - ] -} diff --git a/data/nullscape/tags/blocks/smooth_basalt.json b/data/nullscape/tags/blocks/smooth_basalt.json deleted file mode 100644 index 289db3c..0000000 --- a/data/nullscape/tags/blocks/smooth_basalt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "smooth_basalt" - ] -} diff --git a/data/nullscape/tags/blocks/void_air.json b/data/nullscape/tags/blocks/void_air.json deleted file mode 100644 index 09e6204..0000000 --- a/data/nullscape/tags/blocks/void_air.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "void_air" - ] -} diff --git a/data/nullscape/tags/entity_types/not_teleportable.json b/data/nullscape/tags/entity_types/not_teleportable.json deleted file mode 100644 index 9e91463..0000000 --- a/data/nullscape/tags/entity_types/not_teleportable.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "All non-teleportable mob entities", - "values": [ - "minecraft:enderman", - "minecraft:ender_pearl", - "minecraft:marker", - "minecraft:wither", - "minecraft:ender_dragon", - "minecraft:fishing_bobber" - ] -} diff --git a/data/nullscape/worldgen/biome/crystal_peaks.json b/data/nullscape/worldgen/biome/crystal_peaks.json deleted file mode 100644 index e715de9..0000000 --- a/data/nullscape/worldgen/biome/crystal_peaks.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "effects": { - "sky_color": 0, - "fog_color": 10518688, - "water_color": 7172215, - "water_fog_color": 329011, - "ambient_sound": "minecraft:ambient.soul_sand_valley.loop", - "mood_sound": { - "sound": "minecraft:ambient.basalt_deltas.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "additions_sound": { - "sound": "minecraft:block.amethyst_block.chime", - "tick_chance": 0.004 - }, - "particle": { - "options": { - "type": "falling_obsidian_tear" - }, - "probability": 0.01 - } - }, - "carvers": {}, - "features": [ - [ - "nullscape:crystal/crystal" - ], - [], - [], - [], - [ - "minecraft:end_gateway_return" - ], - [], - [], - [], - [], - [] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/nullscape/worldgen/biome/shadowlands.json b/data/nullscape/worldgen/biome/shadowlands.json deleted file mode 100644 index f88eb4c..0000000 --- a/data/nullscape/worldgen/biome/shadowlands.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "temperature": 2, - "downfall": 0, - "precipitation": "none", - "effects": { - "sky_color": 0, - "fog_color": 10518688, - "water_color": 7172215, - "water_fog_color": 329011, - "mood_sound": { - "sound": "minecraft:ambient.soul_sand_valley.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "additions_sound": { - "sound": "minecraft:ambient.soul_sand_valley.additions", - "tick_chance": 0.0111 - }, - "ambient_sound": "minecraft:ambient.warped_forest.loop", - "particle": { - "options": { - "type": "minecraft:ash", - "fromColor": [ - 0.4, - 0.4, - 0.4 - ], - "toColor": [ - 0, - 0, - 0 - ], - "scale": 1.45 - }, - "probability": 0.08 - } - }, - "spawners": { - "monster": [ - { - "type": "minecraft:phantom", - "weight": 5, - "minCount": 1, - "maxCount": 1 - }, - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": { - "phantom": { - "energy_budget": 0.12, - "charge": 1 - } - }, - "carvers": {}, - "features": [ - [ - "nullscape:asteroid_carver" - ], - [ - "minecraft:end_gateway_return" - ], - [], - [ - "nullscape:shadow/shadow_cut" - ], - [ - "nullscape:shadow/blackstone", - "nullscape:shadow/basalt", - "nullscape:shadow/bone_trees1", - "nullscape:shadow/droop" - ], - [ - "nullscape:shadow/pillar", - "nullscape:shadow/vegetation", - "nullscape:shadow/pillars_coral" - ] - ] -} diff --git a/data/nullscape/worldgen/biome/void_barrens.json b/data/nullscape/worldgen/biome/void_barrens.json deleted file mode 100644 index efb098c..0000000 --- a/data/nullscape/worldgen/biome/void_barrens.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2 - }, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 - }, - "carvers": {}, - "features": [ - [], - [], - [], - [], - [ - "minecraft:end_gateway_return" - ], - [], - [], - [], - [], - [] - ], - "spawners": { - "monster": [ - { - "type": "minecraft:enderman", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - }, - "spawn_costs": {}, - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5 -} diff --git a/data/nullscape/worldgen/configured_carver/canyon.json b/data/nullscape/worldgen/configured_carver/canyon.json deleted file mode 100644 index a843e6a..0000000 --- a/data/nullscape/worldgen/configured_carver/canyon.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "config": { - "lava_level": { - "above_bottom": -10 - }, - "aquifers_enabled": false, - "debug_settings": { - "water_state": { - "Properties": { - "waterlogged": "false", - "lit": "false", - "candles": "1" - }, - "Name": "minecraft:candle" - }, - "lava_state": { - "Name": "minecraft:orange_stained_glass" - }, - "barrier_state": { - "Name": "minecraft:glass" - }, - "air_state": { - "Properties": { - "powered": "false", - "facing": "north", - "face": "wall" - }, - "Name": "minecraft:warped_button" - } - }, - "probability": 0.02, - "y": { - "min_inclusive": { - "absolute": 20 - }, - "max_inclusive": { - "absolute": 67 - }, - "inner": 8, - "type": "minecraft:biased_to_bottom" - }, - "yScale": 3, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -0.125, - "max_exclusive": 0.125 - } - }, - "shape": { - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1 - } - }, - "vertical_radius_default_factor": 1, - "vertical_radius_center_factor": 0, - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1 - } - }, - "thickness": { - "type": "minecraft:trapezoid", - "value": { - "min": 0, - "max": 6, - "plateau": 2 - } - }, - "width_smoothness": 3 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - }, - "type": "minecraft:canyon" -} diff --git a/data/nullscape/worldgen/configured_carver/rift.json b/data/nullscape/worldgen/configured_carver/rift.json deleted file mode 100644 index 901ed2b..0000000 --- a/data/nullscape/worldgen/configured_carver/rift.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.1, - "y": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 14 - }, - "max_inclusive": { - "below_top": 14 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 4.5, - "max_exclusive": 5.5 - } - }, - "lava_level": { - "absolute": -100 - }, - "aquifers_enabled": false, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_exclusive": 0.05 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.175, - "max_exclusive": 0.3 - } - }, - "thickness": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.55, - "max_exclusive": 0.7 - } - }, - "width_smoothness": 50, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_exclusive": 1.125 - } - }, - "vertical_radius_default_factor": 1.35, - "vertical_radius_center_factor": 0 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/shatter.json b/data/nullscape/worldgen/configured_carver/shatter.json deleted file mode 100644 index 8a5acc5..0000000 --- a/data/nullscape/worldgen/configured_carver/shatter.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.85, - "y": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 40 - }, - "max_inclusive": { - "absolute": 120 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 4, - "max_exclusive": 7 - } - }, - "lava_level": { - "above_bottom": -1 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:air", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:air", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:air" - }, - "barrier_state": { - "Name": "minecraft:air" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -0.125, - "max_exclusive": 0.125 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.65, - "max_exclusive": 1.5 - } - }, - "thickness": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_exclusive": 2.25 - } - }, - "width_smoothness": 20, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.25, - "max_exclusive": 1.25 - } - }, - "vertical_radius_default_factor": 0, - "vertical_radius_center_factor": 5 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/shatter1.json b/data/nullscape/worldgen/configured_carver/shatter1.json deleted file mode 100644 index f5bbfd6..0000000 --- a/data/nullscape/worldgen/configured_carver/shatter1.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.5, - "y": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "above_bottom": 20 - }, - "max_inclusive": { - "below_top": 20 - }, - "plateau": 0 - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_exclusive": 12 - } - }, - "lava_level": { - "above_bottom": -10 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:air" - }, - "water_state": { - "Name": "minecraft:air" - }, - "lava_state": { - "Name": "minecraft:air" - }, - "barrier_state": { - "Name": "minecraft:air" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -0.125, - "max_exclusive": 0.125 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.5, - "max_exclusive": 2 - } - }, - "thickness": { - "type": "minecraft:clamped_normal", - "value": { - "min": 1, - "max": 6, - "mean": 0, - "deviation": 2 - } - }, - "width_smoothness": 100, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1.65 - } - }, - "vertical_radius_default_factor": 1, - "vertical_radius_center_factor": 3 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/shatter_huge.json b/data/nullscape/worldgen/configured_carver/shatter_huge.json deleted file mode 100644 index 2805ac0..0000000 --- a/data/nullscape/worldgen/configured_carver/shatter_huge.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.01, - "y": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 40 - }, - "max_inclusive": { - "absolute": 120 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 4, - "max_exclusive": 7 - } - }, - "lava_level": { - "above_bottom": -1 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:air", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:air", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:air" - }, - "barrier_state": { - "Name": "minecraft:air" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -0.125, - "max_exclusive": 0.125 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.95, - "max_exclusive": 1.5 - } - }, - "thickness": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 6, - "max_exclusive": 12 - } - }, - "width_smoothness": 20, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1.05 - } - }, - "vertical_radius_default_factor": 1, - "vertical_radius_center_factor": 0 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/strip.json b/data/nullscape/worldgen/configured_carver/strip.json deleted file mode 100644 index 8e41e95..0000000 --- a/data/nullscape/worldgen/configured_carver/strip.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.15, - "y": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -74 - }, - "max_inclusive": { - "absolute": 160 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_exclusive": 1.5 - } - }, - "lava_level": { - "above_bottom": 0 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:end_stone", - "Properties": { - "level": "0" - } - }, - "barrier_state": { - "Name": "minecraft:end_stone" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -1000, - "max_exclusive": 1000 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.2, - "max_exclusive": 2.25 - } - }, - "thickness": { - "type": "minecraft:trapezoid", - "value": { - "min": 0, - "max": 3.5, - "plateau": 0 - } - }, - "width_smoothness": 20, - "horizontal_radius_factor": { - "type": "minecraft:trapezoid", - "value": { - "min": 0, - "max": 2, - "plateau": 0 - } - }, - "vertical_radius_default_factor": 0.25, - "vertical_radius_center_factor": 1 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/strip2.json b/data/nullscape/worldgen/configured_carver/strip2.json deleted file mode 100644 index c03961c..0000000 --- a/data/nullscape/worldgen/configured_carver/strip2.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.12, - "y": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -74 - }, - "max_inclusive": { - "absolute": 160 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_exclusive": 1.5 - } - }, - "lava_level": { - "above_bottom": 8 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": false, - "air_state": { - "Name": "minecraft:cave_air", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:cave_air", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:lava", - "Properties": { - "level": "0" - } - }, - "barrier_state": { - "Name": "minecraft:stone" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -1, - "max_exclusive": 1 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 4, - "max_exclusive": 7 - } - }, - "thickness": { - "type": "minecraft:trapezoid", - "value": { - "min": 1, - "max": 8, - "plateau": 2 - } - }, - "width_smoothness": 15, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1.5 - } - }, - "vertical_radius_default_factor": 0.25, - "vertical_radius_center_factor": 1 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/strip3.json b/data/nullscape/worldgen/configured_carver/strip3.json deleted file mode 100644 index c1ea07b..0000000 --- a/data/nullscape/worldgen/configured_carver/strip3.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.12, - "y": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -74 - }, - "max_inclusive": { - "absolute": 160 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_exclusive": 1.5 - } - }, - "lava_level": { - "above_bottom": 0 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:end_stone", - "Properties": { - "level": "0" - } - }, - "barrier_state": { - "Name": "minecraft:end_stone" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_exclusive": 5 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_exclusive": 4 - } - }, - "thickness": { - "type": "minecraft:trapezoid", - "value": { - "min": 0, - "max": 6, - "plateau": 2 - } - }, - "width_smoothness": 15, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1.5 - } - }, - "vertical_radius_default_factor": 0.25, - "vertical_radius_center_factor": 1 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_carver/strip4.json b/data/nullscape/worldgen/configured_carver/strip4.json deleted file mode 100644 index 083102a..0000000 --- a/data/nullscape/worldgen/configured_carver/strip4.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "type": "minecraft:canyon", - "config": { - "probability": 0.15, - "y": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -74 - }, - "max_inclusive": { - "absolute": 160 - } - }, - "yScale": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_exclusive": 1.5 - } - }, - "lava_level": { - "above_bottom": 0 - }, - "aquifers_enabled": false, - "debug_settings": { - "debug_mode": true, - "air_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "water_state": { - "Name": "minecraft:end_stone", - "Properties": {} - }, - "lava_state": { - "Name": "minecraft:end_stone", - "Properties": { - "level": "0" - } - }, - "barrier_state": { - "Name": "minecraft:end_stone" - } - }, - "vertical_rotation": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 500, - "max_exclusive": 600 - } - }, - "shape": { - "distance_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_exclusive": 3 - } - }, - "thickness": { - "type": "minecraft:trapezoid", - "value": { - "min": 0, - "max": 3, - "plateau": 0 - } - }, - "width_smoothness": 20, - "horizontal_radius_factor": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0.75, - "max_exclusive": 1.5 - } - }, - "vertical_radius_default_factor": 0.25, - "vertical_radius_center_factor": 1 - }, - "replaceable": "#minecraft:overworld_carver_replaceables" - } -} diff --git a/data/nullscape/worldgen/configured_feature/asteroid_carver.json b/data/nullscape/worldgen/configured_feature/asteroid_carver.json deleted file mode 100644 index 18c2864..0000000 --- a/data/nullscape/worldgen/configured_feature/asteroid_carver.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:no_op", - "config": { - "decorator": { - "type": "minecraft:carving_mask", - "config": { - "step": "air" - } - }, - "feature": { - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:end_stone" - }, - "target": { - "Name": "minecraft:air" - }, - "radius": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/bone_tree.json b/data/nullscape/worldgen/configured_feature/boneyard/bone_tree.json deleted file mode 100644 index f55842f..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/bone_tree.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.3, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 0, - "limit": 0, - "lower_size": 1, - "upper_size": 0 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:fancy_trunk_placer", - "base_height": 3, - "height_rand_a": 3, - "height_rand_b": 3 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 0, - "limit": 0, - "lower_size": 1, - "upper_size": 0 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:bending_trunk_placer", - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 3, - "bend_length": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 4 - } - }, - "min_height_for_leaves": 100 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/fire.json b/data/nullscape/worldgen/configured_feature/boneyard/fire.json deleted file mode 100644 index e8f6717..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/fire.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "tries": 1, - "xz_spread": 0, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:fire", - "Properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian" - ] - } - ] - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/pillar_1.json b/data/nullscape/worldgen/configured_feature/boneyard/pillar_1.json deleted file mode 100644 index dd3ea8f..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/pillar_1.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "tries": 750, - "xz_spread": 1, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/pillar_2.json b/data/nullscape/worldgen/configured_feature/boneyard/pillar_2.json deleted file mode 100644 index bc6e04b..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/pillar_2.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 3, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 1, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 2, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/pillar_3.json b/data/nullscape/worldgen/configured_feature/boneyard/pillar_3.json deleted file mode 100644 index aaf56fa..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/pillar_3.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 1000, - "xz_spread": 2, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 1000, - "xz_spread": 1, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/pillar_4.json b/data/nullscape/worldgen/configured_feature/boneyard/pillar_4.json deleted file mode 100644 index e456164..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/pillar_4.json +++ /dev/null @@ -1,219 +0,0 @@ -{ - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 4, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 1, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 2, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - }, - { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 2000, - "xz_spread": 3, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:obsidian", - "minecraft:end_stone", - "minecraft:air" - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/pillars.json b/data/nullscape/worldgen/configured_feature/boneyard/pillars.json deleted file mode 100644 index 5582cd3..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/pillars.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.2, - "feature": "nullscape:boneyard/pillar_1" - }, - { - "chance": 0.4, - "feature": "nullscape:boneyard/pillar_2" - }, - { - "chance": 0.3, - "feature": "nullscape:boneyard/pillar_3" - } - ], - "default": "nullscape:boneyard/pillar_4" - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt.json b/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt.json deleted file mode 100644 index 049c45e..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 2, - "vertical_range": 4, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.03, - "vegetation_chance": 0.003, - "xz_radius": 0, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_basalt" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:soul_fire" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:soul_sand", - "minecraft:smooth_basalt" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_dx.json b/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_dx.json deleted file mode 100644 index 9ac48ee..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_dx.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 3, - "vertical_range": 4, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.0015, - "xz_radius": 0, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_basalt" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.965, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:soul_fire" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:smooth_basalt", - "minecraft:soul_sand" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] - } - } - ], - "default": "nullscape:boneyard/bone_tree" - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_more.json b/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_more.json deleted file mode 100644 index 1268f6b..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/smooth_basalt_more.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 4, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.25, - "xz_radius": 0, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_basalt" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_basalt" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2000, - "data": { - "Name": "minecraft:smooth_basalt" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:soul_fire" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/boneyard/soul_sand.json b/data/nullscape/worldgen/configured_feature/boneyard/soul_sand.json deleted file mode 100644 index ed6d257..0000000 --- a/data/nullscape/worldgen/configured_feature/boneyard/soul_sand.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 4, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.03, - "vegetation_chance": 0.003, - "xz_radius": 0, - "replaceable": "#nullscape:end_soil", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.3, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 0, - "limit": 0, - "lower_size": 1, - "upper_size": 0 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:fancy_trunk_placer", - "base_height": 3, - "height_rand_a": 3, - "height_rand_b": 3 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 0, - "limit": 0, - "lower_size": 1, - "upper_size": 0 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:bending_trunk_placer", - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 3, - "bend_length": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 4 - } - }, - "min_height_for_leaves": 100 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/chorus_light.json b/data/nullscape/worldgen/configured_feature/chorus_light.json deleted file mode 100644 index 568be50..0000000 --- a/data/nullscape/worldgen/configured_feature/chorus_light.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minecraft:chorus_plant", - "config": {} -} diff --git a/data/nullscape/worldgen/configured_feature/chorus_plant.json b/data/nullscape/worldgen/configured_feature/chorus_plant.json deleted file mode 100644 index 568be50..0000000 --- a/data/nullscape/worldgen/configured_feature/chorus_plant.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minecraft:chorus_plant", - "config": {} -} diff --git a/data/nullscape/worldgen/configured_feature/chorus_quadratic.json b/data/nullscape/worldgen/configured_feature/chorus_quadratic.json deleted file mode 100644 index 568be50..0000000 --- a/data/nullscape/worldgen/configured_feature/chorus_quadratic.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minecraft:chorus_plant", - "config": {} -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/amethyst.json b/data/nullscape/worldgen/configured_feature/crystal/amethyst.json deleted file mode 100644 index 98707bc..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/amethyst.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_amethyst", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/blackstone.json b/data/nullscape/worldgen/configured_feature/crystal/blackstone.json deleted file mode 100644 index 65b9da9..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/blackstone.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 20, - "max_inclusive": 40 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/crying.json b/data/nullscape/worldgen/configured_feature/crystal/crying.json deleted file mode 100644 index 872365c..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/crying.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_crying", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/half_crying.json b/data/nullscape/worldgen/configured_feature/crystal/half_crying.json deleted file mode 100644 index a21fd4b..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/half_crying.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_crying", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/inverse/amethyst.json b/data/nullscape/worldgen/configured_feature/crystal/inverse/amethyst.json deleted file mode 100644 index d721470..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/inverse/amethyst.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_amethyst", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:amethyst_block" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/inverse/blackstone.json b/data/nullscape/worldgen/configured_feature/crystal/inverse/blackstone.json deleted file mode 100644 index be59a0f..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/inverse/blackstone.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 20, - "max_inclusive": 40 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/inverse/crying.json b/data/nullscape/worldgen/configured_feature/crystal/inverse/crying.json deleted file mode 100644 index a93b4e5..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/inverse/crying.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_crying", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/inverse/half_crying.json b/data/nullscape/worldgen/configured_feature/crystal/inverse/half_crying.json deleted file mode 100644 index d6a78de..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/inverse/half_crying.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:crystal_crying", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "minecraft:obsidian" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/inverse/obsidian.json b/data/nullscape/worldgen/configured_feature/crystal/inverse/obsidian.json deleted file mode 100644 index 48b9d4e..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/inverse/obsidian.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/light_down.json b/data/nullscape/worldgen/configured_feature/crystal/light_down.json deleted file mode 100644 index c6b96f9..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/light_down.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 5, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "11", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "12", - "waterlogged": "false" - } - } - }, - { - "weight": 7, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "13", - "waterlogged": "false" - } - } - }, - { - "weight": 8, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "14", - "waterlogged": "false" - } - } - }, - { - "weight": 9, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "15", - "waterlogged": "false" - } - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/light_up.json b/data/nullscape/worldgen/configured_feature/crystal/light_up.json deleted file mode 100644 index c6b96f9..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/light_up.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 5, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "11", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "12", - "waterlogged": "false" - } - } - }, - { - "weight": 7, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "13", - "waterlogged": "false" - } - } - }, - { - "weight": 8, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "14", - "waterlogged": "false" - } - } - }, - { - "weight": 9, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "15", - "waterlogged": "false" - } - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/crystal/obsidian.json b/data/nullscape/worldgen/configured_feature/crystal/obsidian.json deleted file mode 100644 index bd3dc94..0000000 --- a/data/nullscape/worldgen/configured_feature/crystal/obsidian.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/delta/delta2.json b/data/nullscape/worldgen/configured_feature/delta/delta2.json deleted file mode 100644 index fe059eb..0000000 --- a/data/nullscape/worldgen/configured_feature/delta/delta2.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "minecraft:delta_feature", - "config": { - "contents": { - "Name": "minecraft:calcite", - "Properties": { - "snowy": "false" - } - }, - "rim": { - "Name": "minecraft:calcite" - }, - "size": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 6, - "max_inclusive": 7 - } - }, - "rim_size": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 2 - } - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/destroy_everything.json b/data/nullscape/worldgen/configured_feature/destroy_everything.json deleted file mode 100644 index 613bdae..0000000 --- a/data/nullscape/worldgen/configured_feature/destroy_everything.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:air" - }, - "target": { - "Name": "minecraft:end_stone" - }, - "radius": 12 - } -} diff --git a/data/nullscape/worldgen/configured_feature/float/asteroid.json b/data/nullscape/worldgen/configured_feature/float/asteroid.json deleted file mode 100644 index 5fd4ee4..0000000 --- a/data/nullscape/worldgen/configured_feature/float/asteroid.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "middle_layer_provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:air" - } - }, - { - "weight": 13, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "outer_layer_provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 8, - "data": { - "Name": "minecraft:end_stone" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:air" - } - } - ] - }, - "inner_placements": [ - { - "Name": "minecraft:end_stone" - } - ], - "cannot_replace": "#minecraft:carpets", - "invalid_blocks": "#nullscape:end_bottom" - }, - "layers": { - "filling": 1, - "inner_layer": 1.5, - "middle_layer": 2, - "outer_layer": 2.75 - }, - "crack": { - "generate_crack_chance": 0.625, - "base_crack_size": 1.4, - "crack_point_offset": 1.05 - }, - "noise_multiplier": 0.095, - "use_potential_placements_chance": 0, - "use_alternate_layer0_chance": 0, - "placements_require_layer0_alternate": false, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 6 - } - }, - "distribution_points": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 3, - "max_inclusive": 4 - } - }, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 7 - } - }, - "min_gen_offset": -16, - "max_gen_offset": 16, - "invalid_blocks_threshold": 25 - } -} diff --git a/data/nullscape/worldgen/configured_feature/float/asteroid_special.json b/data/nullscape/worldgen/configured_feature/float/asteroid_special.json deleted file mode 100644 index 85bce30..0000000 --- a/data/nullscape/worldgen/configured_feature/float/asteroid_special.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 0.15, - 0.15 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 1, - "max_inclusive": 19 - }, - "slow_noise": { - "firstOctave": -6, - "amplitudes": [ - 1, - 1.125, - 1.25, - 1.375 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:gilded_blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - } - ] - }, - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:obsidian" - } - }, - "middle_layer_provider": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 0.15, - 0.15 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 1, - "max_inclusive": 19 - }, - "slow_noise": { - "firstOctave": -6, - "amplitudes": [ - 1, - 1.125, - 1.25, - 1.375 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:gilded_blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - } - ] - }, - "outer_layer_provider": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 0.15, - 0.15 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 1, - "max_inclusive": 19 - }, - "slow_noise": { - "firstOctave": -6, - "amplitudes": [ - 1, - 1.125, - 1.25, - 1.375 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - } - ] - }, - "inner_placements": [ - { - "Name": "minecraft:obsidian" - } - ], - "cannot_replace": "#minecraft:carpets", - "invalid_blocks": "#nullscape:end_bottom" - }, - "layers": { - "filling": 1.75, - "inner_layer": 2.5, - "middle_layer": 3, - "outer_layer": 4 - }, - "crack": { - "generate_crack_chance": 0.625, - "base_crack_size": 1.4, - "crack_point_offset": 1.05 - }, - "noise_multiplier": 0.095, - "use_potential_placements_chance": 0, - "use_alternate_layer0_chance": 0, - "placements_require_layer0_alternate": false, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 6 - } - }, - "distribution_points": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 3, - "max_inclusive": 4 - } - }, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 7 - } - }, - "min_gen_offset": -16, - "max_gen_offset": 16, - "invalid_blocks_threshold": 25 - } -} diff --git a/data/nullscape/worldgen/configured_feature/float/end_island_decorated.json b/data/nullscape/worldgen/configured_feature/float/end_island_decorated.json deleted file mode 100644 index 5706365..0000000 --- a/data/nullscape/worldgen/configured_feature/float/end_island_decorated.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "end_island_decorated" - } -} diff --git a/data/nullscape/worldgen/configured_feature/float/end_island_decorated_void.json b/data/nullscape/worldgen/configured_feature/float/end_island_decorated_void.json deleted file mode 100644 index 5706365..0000000 --- a/data/nullscape/worldgen/configured_feature/float/end_island_decorated_void.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "end_island_decorated" - } -} diff --git a/data/nullscape/worldgen/configured_feature/float/inv.json b/data/nullscape/worldgen/configured_feature/float/inv.json deleted file mode 100644 index 24e098f..0000000 --- a/data/nullscape/worldgen/configured_feature/float/inv.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 8 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/patch_start.json b/data/nullscape/worldgen/configured_feature/glowstone/patch_start.json deleted file mode 100644 index 0dcd037..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/patch_start.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/roots.json b/data/nullscape/worldgen/configured_feature/glowstone/roots.json deleted file mode 100644 index ae28af4..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/roots.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.94, - "feature": { - "feature": { - "type": "minecraft:no_op", - "config": { - "size": 55, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:end_stone", - "probability": 0.015 - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } - }, - "placement": [] - } - }, - { - "chance": 0.055, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "trunk_placer": { - "type": "minecraft:straight_trunk_placer", - "base_height": 4, - "height_rand_a": 0, - "height_rand_b": 0 - }, - "foliage_placer": { - "type": "minecraft:bush_foliage_placer", - "radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "offset": 0, - "height": 6 - }, - "decorators": [] - } - }, - "placement": [] - } - }, - { - "chance": 0.001, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "trunk_placer": { - "type": "minecraft:giant_trunk_placer", - "base_height": 4, - "height_rand_a": 0, - "height_rand_b": 0 - }, - "foliage_placer": { - "type": "minecraft:bush_foliage_placer", - "radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "offset": 0, - "height": 6 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/roots_first.json b/data/nullscape/worldgen/configured_feature/glowstone/roots_first.json deleted file mode 100644 index 44826e1..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/roots_first.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.9935, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 39, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:end_stone", - "probability": 0.15 - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } - }, - "placement": [] - } - }, - { - "chance": 0.004, - "feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.2, - "feature": { - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 3 - } - }, - "vertical_range": 1, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0, - "vegetation_chance": 0, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 3 - } - }, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "minecraft:blackstone" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:glowstone" - }, - "target": { - "Name": "minecraft:blackstone" - }, - "radius": 0 - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "count", - "count": 16 - } - ] - } - } - ], - "default": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/tree.json b/data/nullscape/worldgen/configured_feature/glowstone/tree.json deleted file mode 100644 index 50026f7..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/tree.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 1 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "replaceable": "#nullscape:glowstone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.8, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 3, - "height_rand_a": 1, - "height_rand_b": 2 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_placer": { - "type": "minecraft:bending_trunk_placer", - "base_height": 0, - "height_rand_a": 1, - "height_rand_b": 2, - "bend_length": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 4 - } - }, - "min_height_for_leaves": 100 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/tree2.json b/data/nullscape/worldgen/configured_feature/glowstone/tree2.json deleted file mode 100644 index 98eb056..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/tree2.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 1 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "replaceable": "#nullscape:glowstone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.8, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 2, - "height_rand_a": 1, - "height_rand_b": 2 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_placer": { - "type": "minecraft:bending_trunk_placer", - "base_height": 0, - "height_rand_a": 1, - "height_rand_b": 2, - "bend_length": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 4 - } - }, - "min_height_for_leaves": 100 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/glowstone/tree_d1.json b/data/nullscape/worldgen/configured_feature/glowstone/tree_d1.json deleted file mode 100644 index bab17e0..0000000 --- a/data/nullscape/worldgen/configured_feature/glowstone/tree_d1.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 1 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - }, - "replaceable": "#nullscape:glowstone", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": true, - "minimum_size": { - "type": "minecraft:two_layers_feature_size" - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - }, - "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 2, - "height_rand_a": 1, - "height_rand_b": 2 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/highland/blackstone_bottom.json b/data/nullscape/worldgen/configured_feature/highland/blackstone_bottom.json deleted file mode 100644 index 0dfb341..0000000 --- a/data/nullscape/worldgen/configured_feature/highland/blackstone_bottom.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 5 - } - }, - "vertical_range": 1, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 2 - }, - { - "weight": 1000, - "data": 0 - }, - { - "weight": 10, - "data": 1 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/highland/blackstone_stalactite.json b/data/nullscape/worldgen/configured_feature/highland/blackstone_stalactite.json deleted file mode 100644 index 53656ac..0000000 --- a/data/nullscape/worldgen/configured_feature/highland/blackstone_stalactite.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 1, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - }, - { - "weight": 1000, - "data": 0 - }, - { - "weight": 10, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/highland/blackstone_top.json b/data/nullscape/worldgen/configured_feature/highland/blackstone_top.json deleted file mode 100644 index 7e04114..0000000 --- a/data/nullscape/worldgen/configured_feature/highland/blackstone_top.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 1, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - }, - { - "weight": 1000, - "data": 0 - }, - { - "weight": 10, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/chorus_plant.json b/data/nullscape/worldgen/configured_feature/mountain/chorus_plant.json deleted file mode 100644 index 568be50..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/chorus_plant.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "minecraft:chorus_plant", - "config": {} -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/mountain.json b/data/nullscape/worldgen/configured_feature/mountain/mountain.json deleted file mode 100644 index e411826..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/mountain.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 8 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/mountain_inv.json b/data/nullscape/worldgen/configured_feature/mountain/mountain_inv.json deleted file mode 100644 index 24e098f..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/mountain_inv.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 8 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/mountain_inv_less.json b/data/nullscape/worldgen/configured_feature/mountain/mountain_inv_less.json deleted file mode 100644 index 24e098f..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/mountain_inv_less.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 8 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/mountain_less.json b/data/nullscape/worldgen/configured_feature/mountain/mountain_less.json deleted file mode 100644 index e411826..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/mountain_less.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 8 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/pillar.json b/data/nullscape/worldgen/configured_feature/mountain/pillar.json deleted file mode 100644 index 83cc4d5..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/pillar.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 50, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 3 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/mountain/pillar_down.json b/data/nullscape/worldgen/configured_feature/mountain/pillar_down.json deleted file mode 100644 index 51182b6..0000000 --- a/data/nullscape/worldgen/configured_feature/mountain/pillar_down.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": 1, - "vertical_range": 50, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 3 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_stone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "minecraft:end_stone" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/base.json b/data/nullscape/worldgen/configured_feature/rift/base.json deleted file mode 100644 index da3b73e..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/base.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:obsidian" - }, - "target": { - "Name": "minecraft:blackstone" - }, - "radius": 0 - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/blackstone.json b/data/nullscape/worldgen/configured_feature/rift/blackstone.json deleted file mode 100644 index be59a0f..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/blackstone.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 20, - "max_inclusive": 40 - } - }, - "vertical_range": 128, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 5 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_1.json b/data/nullscape/worldgen/configured_feature/rift/cracks_1.json deleted file mode 100644 index a381e36..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:rift/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_2.json b/data/nullscape/worldgen/configured_feature/rift/cracks_2.json deleted file mode 100644 index a381e36..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:rift/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_3.json b/data/nullscape/worldgen/configured_feature/rift/cracks_3.json deleted file mode 100644 index a381e36..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:rift/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_4.json b/data/nullscape/worldgen/configured_feature/rift/cracks_4.json deleted file mode 100644 index a381e36..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:rift/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_5.json b/data/nullscape/worldgen/configured_feature/rift/cracks_5.json deleted file mode 100644 index a381e36..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:rift/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_crying.json b/data/nullscape/worldgen/configured_feature/rift/cracks_crying.json deleted file mode 100644 index cab9a58..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_crying.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:crying_obsidian" - }, - "target": { - "Name": "minecraft:obsidian" - }, - "radius": 0 - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_crying_2.json b/data/nullscape/worldgen/configured_feature/rift/cracks_crying_2.json deleted file mode 100644 index cab9a58..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_crying_2.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:crying_obsidian" - }, - "target": { - "Name": "minecraft:obsidian" - }, - "radius": 0 - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/cracks_start.json b/data/nullscape/worldgen/configured_feature/rift/cracks_start.json deleted file mode 100644 index 7d48eb3..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/cracks_start.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_boolean_selector", - "config": { - "feature_false": "nullscape:rift/base", - "feature_true": "nullscape:rift/base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift.json b/data/nullscape/worldgen/configured_feature/rift/rift.json deleted file mode 100644 index 0ce5985..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 1, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": 0, - "replaceable": "#nullscape:rift_blocks", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_gateway" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 20, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:end_stone" - }, - "state": { - "Name": "minecraft:obsidian" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:blackstone" - }, - "state": { - "Name": "minecraft:obsidian" - } - } - ] - } - }, - "placement": [] - } - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift_crying_obsidian.json b/data/nullscape/worldgen/configured_feature/rift/rift_crying_obsidian.json deleted file mode 100644 index b33fa26..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift_crying_obsidian.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 17, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:obsidian", - "probability": 0.03 - }, - "state": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift_gateway.json b/data/nullscape/worldgen/configured_feature/rift/rift_gateway.json deleted file mode 100644 index c9b8892..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift_gateway.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_gateway" - } - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift_obsidian.json b/data/nullscape/worldgen/configured_feature/rift/rift_obsidian.json deleted file mode 100644 index 6f8f432..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift_obsidian.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 22, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "nullscape:rift_blocks" - }, - "state": { - "Name": "minecraft:obsidian" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift_obsidian_spread.json b/data/nullscape/worldgen/configured_feature/rift/rift_obsidian_spread.json deleted file mode 100644 index 6552dc5..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift_obsidian_spread.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:scattered_ore", - "config": { - "size": 47, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "nullscape:rift_blocks" - }, - "state": { - "Name": "minecraft:obsidian" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/rift_sucks.json b/data/nullscape/worldgen/configured_feature/rift/rift_sucks.json deleted file mode 100644 index 0ce5985..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/rift_sucks.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 1, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": 0, - "replaceable": "#nullscape:rift_blocks", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:end_gateway" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 20, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:end_stone" - }, - "state": { - "Name": "minecraft:obsidian" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:blackstone" - }, - "state": { - "Name": "minecraft:obsidian" - } - } - ] - } - }, - "placement": [] - } - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/rift/toast_feature.json b/data/nullscape/worldgen/configured_feature/rift/toast_feature.json deleted file mode 100644 index ab5837d..0000000 --- a/data/nullscape/worldgen/configured_feature/rift/toast_feature.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_quartz" - } - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/amethyst1.json b/data/nullscape/worldgen/configured_feature/shadow/amethyst1.json deleted file mode 100644 index 1f01833..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/amethyst1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:shadow/amethyst_base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/amethyst2.json b/data/nullscape/worldgen/configured_feature/shadow/amethyst2.json deleted file mode 100644 index 1f01833..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/amethyst2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:shadow/amethyst_base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/amethyst3.json b/data/nullscape/worldgen/configured_feature/shadow/amethyst3.json deleted file mode 100644 index 1f01833..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/amethyst3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:shadow/amethyst_base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/amethyst4.json b/data/nullscape/worldgen/configured_feature/shadow/amethyst4.json deleted file mode 100644 index 1f01833..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/amethyst4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:shadow/amethyst_base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/amethyst_base.json b/data/nullscape/worldgen/configured_feature/shadow/amethyst_base.json deleted file mode 100644 index b6c4b97..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/amethyst_base.json +++ /dev/null @@ -1,202 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 6, - "max_inclusive": 10 - } - }, - "vertical_range": 10, - "extra_bottom_block_chance": 0.15, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 0, - "max_inclusive": 1 - } - }, - "replaceable": "#nullscape:amethyst_dx", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 500, - "data": { - "Name": "minecraft:amethyst_block" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:budding_amethyst" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.12, - "feature": { - "feature": { - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:air" - }, - "target": { - "Name": "minecraft:budding_amethyst" - }, - "radius": 0 - } - }, - "placement": [] - } - }, - { - "chance": 0.12, - "feature": { - "feature": { - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:air" - }, - "target": { - "Name": "minecraft:amethyst_block" - }, - "radius": 0 - } - }, - "placement": [] - } - }, - { - "chance": 0.125, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 64, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "nullscape:amethyst_cut" - }, - "state": { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - } - } - ] - } - }, - "placement": [] - } - }, - { - "chance": 0.3, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 48, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "nullscape:amethyst_cut" - }, - "state": { - "Name": "minecraft:smooth_basalt" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:basalt" - }, - "state": { - "Name": "minecraft:smooth_basalt" - } - } - ] - } - }, - "placement": [] - } - }, - { - "chance": 0.3, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 28, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "nullscape:amethyst_cut" - }, - "state": { - "Name": "minecraft:blackstone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:smooth_basalt" - }, - "state": { - "Name": "minecraft:blackstone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:basalt" - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "count", - "count": 1 - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/basalt.json b/data/nullscape/worldgen/configured_feature/shadow/basalt.json deleted file mode 100644 index 2fbdd97..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/basalt.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "tries": 1, - "xz_spread": 3, - "y_spread": 2, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:smooth_basalt" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:smooth_basalt" - ] - } - ] - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/blackstone.json b/data/nullscape/worldgen/configured_feature/shadow/blackstone.json deleted file mode 100644 index fab3d7d..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/blackstone.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "tries": 1, - "xz_spread": 4, - "y_spread": 2, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:blackstone" - ] - } - ] - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/bone_tree.json b/data/nullscape/worldgen/configured_feature/shadow/bone_tree.json deleted file mode 100644 index 425a6e3..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/bone_tree.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.8, - "feature": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 6, - "limit": 1, - "lower_size": 2, - "upper_size": 4 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 4, - "height_rand_a": 3, - "height_rand_b": 1 - }, - "foliage_placer": { - "type": "minecraft:pine_foliage_placer", - "radius": 0, - "offset": 0, - "height": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 6, - "limit": 1, - "lower_size": 2, - "upper_size": 4 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:bone_block", - "Properties": { - "axis": "y" - } - } - }, - "foliage_provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 6, - "data": { - "Name": "minecraft:dead_brain_coral_block" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:air" - } - } - ] - }, - "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 7, - "height_rand_a": 5, - "height_rand_b": 4 - }, - "foliage_placer": { - "type": "minecraft:acacia_foliage_placer", - "radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 3 - } - }, - "offset": 0 - }, - "decorators": [] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/bone_trees1.json b/data/nullscape/worldgen/configured_feature/shadow/bone_trees1.json deleted file mode 100644 index d3718ab..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/bone_trees1.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 1, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0, - "vegetation_chance": 1, - "xz_radius": 0, - "replaceable": "#nullscape:coral", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "vegetation_feature": "nullscape:shadow/bone_tree" - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/coral_ceiling.json b/data/nullscape/worldgen/configured_feature/shadow/coral_ceiling.json deleted file mode 100644 index 62521bf..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/coral_ceiling.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.7, - "feature": { - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 10, - "max_inclusive": 17 - } - }, - "vertical_range": 5, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.005, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 7 - } - }, - "replaceable": "#nullscape:amethyst_cut", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "vegetation_feature": "nullscape:shadow/simple_coral" - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 10, - "max_inclusive": 17 - } - }, - "vertical_range": 5, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.55, - "vegetation_chance": 0.0035, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:amethyst_cut", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_tube_coral_block" - } - }, - "vegetation_feature": "nullscape:shadow/simple_coral" - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/coral_surface.json b/data/nullscape/worldgen/configured_feature/shadow/coral_surface.json deleted file mode 100644 index 43d1558..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/coral_surface.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.7, - "feature": { - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 10, - "max_inclusive": 17 - } - }, - "vertical_range": 5, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.005, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 7 - } - }, - "replaceable": "#nullscape:amethyst_cut", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "vegetation_feature": "nullscape:shadow/simple_coral" - } - }, - "placement": [] - } - } - ], - "default": { - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 10, - "max_inclusive": 17 - } - }, - "vertical_range": 5, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.55, - "vegetation_chance": 0.0035, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:amethyst_cut", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_tube_coral_block" - } - }, - "vegetation_feature": "nullscape:shadow/simple_coral" - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/droop.json b/data/nullscape/worldgen/configured_feature/shadow/droop.json deleted file mode 100644 index 4048404..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/droop.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": 1, - "vertical_range": 10, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.5, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 3 - } - }, - "replaceable": "#nullscape:brain_coral", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_brain_coral_block" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 10, - "data": 0 - }, - { - "weight": 1, - "data": 1 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_brain_coral_block" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_brain_coral_block" - } - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/pillar.json b/data/nullscape/worldgen/configured_feature/shadow/pillar.json deleted file mode 100644 index 67cef02..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/pillar.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": 1, - "vertical_range": 50, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 0, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:coral", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:dead_bubble_coral_block" - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral_block" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "up", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral_block" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/pillar_down.json b/data/nullscape/worldgen/configured_feature/shadow/pillar_down.json deleted file mode 100644 index 287a980..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/pillar_down.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": 1, - "vertical_range": 50, - "extra_bottom_block_chance": 0.25, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 0, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:coral", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:dead_bubble_coral_block" - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral_block" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": true, - "layers": [ - { - "height": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 1, - "data": 0 - } - ] - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - }, - { - "height": 1, - "provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral_block" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:dead_bubble_coral_block" - } - } - ] - } - } - ] - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shadow/simple_coral.json b/data/nullscape/worldgen/configured_feature/shadow/simple_coral.json deleted file mode 100644 index 4a21e68..0000000 --- a/data/nullscape/worldgen/configured_feature/shadow/simple_coral.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 10, - "data": { - "Name": "minecraft:dead_fire_coral_fan", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 8, - "data": { - "Name": "minecraft:dead_tube_coral_fan", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:dead_brain_coral_fan", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:dead_bubble_coral_fan", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral_fan", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 5, - "data": { - "Name": "minecraft:dead_fire_coral", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:dead_tube_coral", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 3, - "data": { - "Name": "minecraft:dead_bubble_coral", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:dead_horn_coral", - "Properties": { - "waterlogged": "false" - } - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:dead_tube_coral", - "Properties": { - "waterlogged": "false" - } - } - } - ] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/shattered/basalt.json b/data/nullscape/worldgen/configured_feature/shattered/basalt.json deleted file mode 100644 index dd60778..0000000 --- a/data/nullscape/worldgen/configured_feature/shattered/basalt.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 25, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:end_stone" - }, - "state": { - "Name": "minecraft:smooth_basalt" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/shattered/blackstone.json b/data/nullscape/worldgen/configured_feature/shattered/blackstone.json deleted file mode 100644 index 039906d..0000000 --- a/data/nullscape/worldgen/configured_feature/shattered/blackstone.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 13, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:smooth_basalt" - }, - "state": { - "Name": "minecraft:blackstone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:end_stone" - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/shattered/crying.json b/data/nullscape/worldgen/configured_feature/shattered/crying.json deleted file mode 100644 index 8357a7e..0000000 --- a/data/nullscape/worldgen/configured_feature/shattered/crying.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 20, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:blackstone", - "probability": 0.01 - }, - "state": { - "Name": "minecraft:crying_obsidian" - } - } - ] - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/base.json b/data/nullscape/worldgen/configured_feature/tar/base.json deleted file mode 100644 index 9e9fc34..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/base.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:blackstone" - }, - "target": { - "Name": "minecraft:end_stone" - }, - "radius": 0 - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_1.json b/data/nullscape/worldgen/configured_feature/tar/cracks_1.json deleted file mode 100644 index 363384c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:tar/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_2.json b/data/nullscape/worldgen/configured_feature/tar/cracks_2.json deleted file mode 100644 index 363384c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:tar/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_3.json b/data/nullscape/worldgen/configured_feature/tar/cracks_3.json deleted file mode 100644 index 363384c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:tar/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_4.json b/data/nullscape/worldgen/configured_feature/tar/cracks_4.json deleted file mode 100644 index 363384c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:tar/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_5.json b/data/nullscape/worldgen/configured_feature/tar/cracks_5.json deleted file mode 100644 index 363384c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [], - "default": "nullscape:tar/cracks_start" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/cracks_start.json b/data/nullscape/worldgen/configured_feature/tar/cracks_start.json deleted file mode 100644 index 652422a..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/cracks_start.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minecraft:random_boolean_selector", - "config": { - "feature_false": "nullscape:tar/base", - "feature_true": "nullscape:tar/base" - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/glass_column.json b/data/nullscape/worldgen/configured_feature/tar/glass_column.json deleted file mode 100644 index a5d7455..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/glass_column.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "type": "minecraft:tree", - "config": { - "ignore_vines": false, - "force_dirt": false, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "min_clipped_height": 0, - "limit": 1, - "lower_size": 1, - "upper_size": 0 - }, - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "sapling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:stone" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:black_stained_glass_pane", - "Properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "trunk_placer": { - "type": "minecraft:straight_trunk_placer", - "base_height": 2, - "height_rand_a": 1, - "height_rand_b": 2 - }, - "foliage_placer": { - "type": "minecraft:fancy_foliage_placer", - "radius": 0, - "offset": 1, - "height": 2 - }, - "decorators": [] - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/tar_pit.json b/data/nullscape/worldgen/configured_feature/tar/tar_pit.json deleted file mode 100644 index 9137c5c..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/tar_pit.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "type": "minecraft:waterlogged_vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 7, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 7 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:blackstone" - } - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.935, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 37, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:end_stone", - "probability": 0.4 - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } - }, - "placement": [] - } - } - ], - "default": "nullscape:tar/glass_column" - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/tar_pit_glowing.json b/data/nullscape/worldgen/configured_feature/tar/tar_pit_glowing.json deleted file mode 100644 index 2190ef8..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/tar_pit_glowing.json +++ /dev/null @@ -1,262 +0,0 @@ -{ - "type": "minecraft:waterlogged_vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "vertical_range": 7, - "extra_bottom_block_chance": 0.5, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 1, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 7 - } - }, - "replaceable": "#nullscape:end_bottom", - "ground_state": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 37, - "data": { - "Name": "minecraft:blackstone" - } - }, - { - "weight": 1, - "data": { - "Name": "minecraft:coal_block" - } - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.4, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 3, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "15", - "waterlogged": "true" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "14", - "waterlogged": "true" - } - } - }, - { - "weight": 5, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "13", - "waterlogged": "true" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "12", - "waterlogged": "true" - } - } - }, - { - "weight": 7, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "11", - "waterlogged": "true" - } - } - }, - { - "weight": 8, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "10", - "waterlogged": "true" - } - } - }, - { - "weight": 9, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "9", - "waterlogged": "true" - } - } - }, - { - "weight": 10, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "8", - "waterlogged": "true" - } - } - }, - { - "weight": 11, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "7", - "waterlogged": "true" - } - } - }, - { - "weight": 12, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "6", - "waterlogged": "true" - } - } - }, - { - "weight": 13, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "5", - "waterlogged": "true" - } - } - }, - { - "weight": 14, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "4", - "waterlogged": "true" - } - } - }, - { - "weight": 15, - "data": { - "Name": "minecraft:light", - "Properties": { - "level": "3", - "waterlogged": "true" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:coal_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:water" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] - } - }, - { - "chance": 0.5, - "feature": { - "feature": { - "type": "minecraft:ore", - "config": { - "size": 45, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:end_stone", - "probability": 0.4 - }, - "state": { - "Name": "minecraft:blackstone" - } - } - ] - } - }, - "placement": [] - } - } - ], - "default": "nullscape:tar/glass_column" - } - }, - "placement": [] - } - } -} diff --git a/data/nullscape/worldgen/configured_feature/tar/tar_pits.json b/data/nullscape/worldgen/configured_feature/tar/tar_pits.json deleted file mode 100644 index 4aca826..0000000 --- a/data/nullscape/worldgen/configured_feature/tar/tar_pits.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.95, - "feature": "nullscape:tar/tar_pit" - } - ], - "default": "nullscape:tar/tar_pit_glowing" - } -} diff --git a/data/nullscape/worldgen/configured_feature/void/void_94.json b/data/nullscape/worldgen/configured_feature/void/void_94.json deleted file mode 100644 index 6d6a323..0000000 --- a/data/nullscape/worldgen/configured_feature/void/void_94.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "minecraft:fill_layer", - "config": { - "state": { - "Name": "minecraft:void_air" - }, - "height": 2 - } -} diff --git a/data/nullscape/worldgen/configured_feature/void/void_95.json b/data/nullscape/worldgen/configured_feature/void/void_95.json deleted file mode 100644 index 800058c..0000000 --- a/data/nullscape/worldgen/configured_feature/void/void_95.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "minecraft:fill_layer", - "config": { - "state": { - "Name": "minecraft:void_air" - }, - "height": 1 - } -} diff --git a/data/nullscape/worldgen/configured_feature/void/void_96.json b/data/nullscape/worldgen/configured_feature/void/void_96.json deleted file mode 100644 index 7bcbe86..0000000 --- a/data/nullscape/worldgen/configured_feature/void/void_96.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "minecraft:fill_layer", - "config": { - "state": { - "Name": "minecraft:void_air" - }, - "height": 0 - } -} diff --git a/data/nullscape/worldgen/configured_surface_builder/blackstone.json b/data/nullscape/worldgen/configured_surface_builder/blackstone.json deleted file mode 100644 index bfa8c6d..0000000 --- a/data/nullscape/worldgen/configured_surface_builder/blackstone.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "config": { - "top_material": { - "Name": "minecraft:blackstone" - }, - "under_material": { - "Name": "minecraft:blackstone" - }, - "underwater_material": { - "Name": "minecraft:blackstone" - } - }, - "type": "minecraft:default" -} diff --git a/data/nullscape/worldgen/configured_surface_builder/coral.json b/data/nullscape/worldgen/configured_surface_builder/coral.json deleted file mode 100644 index 640e309..0000000 --- a/data/nullscape/worldgen/configured_surface_builder/coral.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "config": { - "top_material": { - "Name": "minecraft:dead_fire_coral_block" - }, - "under_material": { - "Name": "minecraft:dead_fire_coral_block" - }, - "underwater_material": { - "Name": "minecraft:dead_fire_coral_block" - } - }, - "type": "minecraft:default" -} diff --git a/data/nullscape/worldgen/density_function/base/base_3d_noise.json b/data/nullscape/worldgen/density_function/base/base_3d_noise.json deleted file mode 100644 index 59df8c8..0000000 --- a/data/nullscape/worldgen/density_function/base/base_3d_noise.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "type": "minecraft:add", - "argument1": { -"type":"add", - "argument1":"nullscape:density/density", - "argument2":0 - - - }, - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:math/base_terrain", - "xz_scale": 0.5, - "y_scale": 0.675, - "shift_x": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/x" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_x", - "xz_scale": 0.167, - "y_scale": 0.5 - } - }, - "shift_y": { - "type": "minecraft:mul", - "argument1": "nullscape:malleability/flatness", - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 185 - } - }, - "shift_z": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/z" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_z", - "xz_scale": 0.167, - "y_scale": 0.5 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/base/continents.json b/data/nullscape/worldgen/density_function/base/continents.json deleted file mode 100644 index e9ce281..0000000 --- a/data/nullscape/worldgen/density_function/base/continents.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:terrain/continentalness", - "shift_x": - - { - "type":"mul", - "argument1":0.125, - "argument2":{ - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/x" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_x", - "xz_scale": 0.167, - "y_scale": 0.5 - } - } - }, - "shift_y": 0.0, - "shift_z": { - "type":"mul", - "argument1":0.125, - "argument2":{ - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/z" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_z", - "xz_scale": 0.167, - "y_scale": 0.5 - } - } - }, - "xz_scale": 0.25, - "y_scale": 0.065 - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/base/depth.json b/data/nullscape/worldgen/density_function/base/depth.json deleted file mode 100644 index 00a7458..0000000 --- a/data/nullscape/worldgen/density_function/base/depth.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "argument": { - "argument": { - "argument1": { - "argument1": 10, - "argument2": { - "argument1": 1, - "argument2": { - "argument1": -1, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "type": "minecraft:clamp", - "min": 0, - "max": 8, - "input": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location":0, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/erosion", - "points":[ - { - "location":-0.3, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/ridges", - "points":[ - { - "location":-0.3, - "derivative":-0.55, - "value":-0.2 - }, - { - "location":-0.185, - "derivative":0, - "value":-0.5 - }, - { - "location":-0.125, - "derivative":0, - "value":-4 - }, - { - "location":0.125, - "derivative":0, - "value":-4 - }, - { - "location":0.185, - "derivative":0, - "value":-0.5 - }, - { - "location":0.3, - "derivative":0.7, - "value":-0.2 - } - ] - } - }, - { - "location":0, - "derivative":0, - "value":-0.75 - }, - { - "location":0.2, - "derivative":0, - "value":-0.915 - }, - { - "location":0.5, - "derivative":0, - "value":-1.65 - } - ] - } - }, - { - "location":0.135, - "derivative":0, - "value":-0.75 - }, - { - "location":0.14, - "derivative":-20, - "value":-0.915 - }, - { - "location":0.2, - "derivative":0, - "value":-4 - }, - { - "location":0.3, - "derivative":-0.5, - "value":{ - "coordinate":"minecraft:overworld/erosion", - "points":[ - { - "location":-0.3, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/ridges", - "points":[ - { - "location":-0.7, - "derivative":1, - "value":1 - }, - { - "location":-0.05, - "derivative":-1.5, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.3, - "derivative":0.4, - "value":-0.2 - } - ] - } - }, - { - "location":0.05, - "derivative":1.5, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.3, - "derivative":0.4, - "value":-0.2 - } - ] - } - }, - { - "location":0.7, - "derivative":-1, - "value":1 - } - ] - } - }, - { - "location":0, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/ridges", - "points":[ - { - "location":-0.4, - "derivative":-0.2, - "value":-0.085 - }, - { - "location":-0.2, - "derivative":-0.5, - "value":-0.35 - }, - { - "location":-0.15, - "derivative":-1, - "value":-0.35 - }, - { - "location":0.15, - "derivative":1, - "value":-0.35 - }, - { - "location":0.2, - "derivative":0, - "value":-0.1 - }, - { - "location":0.4, - "derivative":1, - "value":-0.085 - }, - { - "location":0.975, - "derivative":-1, - "value":0.3 - } - ] - } - }, - { - "location":0.3, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/ridges", - "points":[ - { - "location":-0.65, - "derivative":0, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.65, - "derivative":0.25, - "value":1 - } - ] - } - }, - { - "location":-0.625, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/erosion", - "points":[ - { - "location":0.4, - "derivative":-0.25, - "value":0.66666 - } - ] - } - }, - { - "location":-0.475, - "derivative":0, - "value":{ - "coordinate":"minecraft:overworld/erosion", - "points":[ - { - "location":0.4, - "derivative":-0.25, - "value":0.66 - } - ] - } - }, - { - "location":-0.45, - "derivative":0, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.65, - "derivative":-0.25, - "value":0.33 - } - ] - } - }, - { - "location":-0.275, - "derivative":0, - "value":0.33 - }, - { - "location":-0.25, - "derivative":0, - "value":0.025 - }, - { - "location":-0.18, - "derivative":0, - "value":0 - }, - { - "location":-0.135, - "derivative":-1.75, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.3, - "derivative":0.4, - "value":-0.2 - } - ] - } - }, - { - "location":-0.05, - "derivative":-0.25, - "value":{ - "coordinate":"nullscape:base/continents", - "points":[ - { - "location":0.3, - "derivative":0.4, - "value":-0.25 - } - ] - } - } - ] - } - } - ] - } - } - ] - } - } - }, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:cache_2d" - }, - "type": "minecraft:flat_cache" -} diff --git a/data/nullscape/worldgen/density_function/base/factor.json b/data/nullscape/worldgen/density_function/base/factor.json deleted file mode 100644 index 9a22396..0000000 --- a/data/nullscape/worldgen/density_function/base/factor.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "argument1": { - "argument1": 10, - "argument2": { - "argument1": 1, - "argument2": { - "argument1": -1, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "type": "minecraft:clamp", - "min": 0, - "max": 8, - "input": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": -0.15, - "value": 2, - "derivative": 0 - }, - { - "location": -0.1, - "value": 0.25, - "derivative": 0 - } - ] - }, - "derivative": 0 - }, - { - "location": 0.15, - "value": 0.25, - "derivative": 0 - }, - { - "location": 0.175, - "value": 0.275, - "derivative": 20 - }, - { - "location": 0.3, - "value": 3, - "derivative": 0 - } - ] - } - } - }, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - } diff --git a/data/nullscape/worldgen/density_function/base/mem.txt b/data/nullscape/worldgen/density_function/base/mem.txt deleted file mode 100644 index d54d9f0..0000000 --- a/data/nullscape/worldgen/density_function/base/mem.txt +++ /dev/null @@ -1,40 +0,0 @@ -{ - "type":"add", - "argument1":-0.125, - "argument2":{ - "type":"minecraft:shifted_noise", - "noise":"nullscape:math/base_terrain", - "xz_scale":0.5, - "y_scale":2.0, - "shift_x":{ - "type":"mul", - "argument1":2000, - "argument2":{ - "type":"minecraft:noise", - "noise":"nullscape:math/shift_x", - "xz_scale":0.167, - "y_scale":0.5 - } - }, - "shift_y":{ - "type":"mul", - "argument1":10, - "argument2":{ - "type":"minecraft:noise", - "noise":"nullscape:math/shift_y", - "xz_scale":0.1, - "y_scale":0.1 - } - }, - "shift_z":{ - "type":"mul", - "argument1":2000, - "argument2":{ - "type":"minecraft:noise", - "noise":"nullscape:math/shift_z", - "xz_scale":0.167, - "y_scale":0.5 - } - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/base/sloped_cheese.json b/data/nullscape/worldgen/density_function/base/sloped_cheese.json deleted file mode 100644 index 235ca1d..0000000 --- a/data/nullscape/worldgen/density_function/base/sloped_cheese.json +++ /dev/null @@ -1,208 +0,0 @@ -{ - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": 4, - "argument2": { - "type": "minecraft:quarter_negative", - "argument": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:add", - "argument1": "nullscape:base/depth", - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": 0, - "argument2": { - "type": "minecraft:add", - "argument1": 1, - "argument2": { - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:blend_alpha" - } - } - } - } - }, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": 0.3, - "derivative": 0, - "value": 0 - }, - { - "location": 0.4, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": 0, - "derivative": 1.75, - "value": 0 - } - ] - } - } - ] - } - }, - { - "location": 0.15, - "derivative": 0, - "value": 0 - }, - { - "location": 0.3, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": -0.3, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "derivative": 0, - "value": 0.65 - }, - { - "location": -0.3, - "derivative": -3, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 0 - }, - { - "location": 0.3, - "derivative": 4, - "value": 0 - }, - { - "location": 0.5, - "derivative": 0, - "value": 0.85 - } - ] - } - }, - { - "location": 0, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "derivative": 0, - "value": 0.15 - }, - { - "location": -0.3, - "derivative": 1.5, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 0 - } - ] - } - }, - { - "location": 0.3, - "derivative": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "derivative": 0, - "value": 0 - }, - { - "location": -0.3, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 0 - }, - { - "location": 0.3, - "derivative": 0, - "value": 0 - }, - { - "location": 0.5, - "derivative": 0, - "value": 0 - } - ] - } - } - ] - } - } - ] - } - }, - "min": 0, - "max": 1.28 - }, - "argument2": { - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:blend_alpha" - } - } - } - }, - "argument2": { - "type": "minecraft:half_negative", - "argument": { - "type": "minecraft:noise", - "noise": "minecraft:jagged", - "xz_scale": 1500, - "y_scale": 0 - } - } - } - }, - "argument2": "nullscape:base/factor" - } - } - }, - "argument2": "nullscape:base/base_3d_noise" -} diff --git a/data/nullscape/worldgen/density_function/brittleness/shatter.json b/data/nullscape/worldgen/density_function/brittleness/shatter.json deleted file mode 100644 index 9c1a0ff..0000000 --- a/data/nullscape/worldgen/density_function/brittleness/shatter.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "max_exclusive": 0.0, - "when_in_range": 64.0, - "when_out_of_range": { - "argument1": { - "argument": { - "max_exclusive": 321.0, - "when_in_range": { - "argument1": -0.095, - "argument2": { - "argument1": -0.06, - "argument2": { - "noise": "minecraft:noodle_thickness", - "xz_scale": 0.5, - "y_scale": 0.5, - "type": "minecraft:noise" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "argument2": { - "argument1": 1.5, - "argument2": - - { - "argument1": { - "argument": { - "argument": { - "max_exclusive": 321.0, - "when_in_range": { - "noise": "nullscape:material/effect/brittleness/crack", - "xz_scale": 1, - "y_scale": 0.4, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "argument2": { - "argument": { - "argument": { - "max_exclusive": 321.0, - "when_in_range": { - "noise": "nullscape:material/effect/brittleness/crack2", - "xz_scale": 1, - "y_scale": 1, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "type": "minecraft:max" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "input": { - "argument": { - "max_exclusive": 321.0, - "when_in_range": { - "noise": "nullscape:material/property/brittleness", - "xz_scale": 2.5, - "y_scale": 2.5, - "type": "minecraft:noise" - }, - "when_out_of_range": -1.0, - "input": "minecraft:y", - "min_inclusive": 320, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/density/density.json b/data/nullscape/worldgen/density_function/density/density.json deleted file mode 100644 index 5a5d7fb..0000000 --- a/data/nullscape/worldgen/density_function/density/density.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type":"add", - "argument1":{ - "type":"mul", - "argument1":-0.2, - "argument2":"nullscape:elasticity/global" - }, - "argument2": - - -{ - "type":"add", - "argument1":-0.165, - "argument2":{ - "type":"minecraft:shifted_noise", - "noise":"nullscape:material/property/density", - "xz_scale":1.0, - "y_scale":1.0, - "shift_x":0, - "shift_y":0, - "shift_z":0 - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/depth.json b/data/nullscape/worldgen/density_function/depth.json deleted file mode 100644 index 7218d65..0000000 --- a/data/nullscape/worldgen/density_function/depth.json +++ /dev/null @@ -1,351 +0,0 @@ -{ - "argument1": { - "from_y": 0, - "to_y": 384, - "from_value": 1, - "to_value": -2, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument": { - "argument": { - "argument1": { - "argument1": { - "type": "minecraft:blend_offset" - }, - "argument2": { - "argument1": 1, - "argument2": { - "argument1": -1, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "type": "minecraft:clamp", - "min": -20, - "max": 20, - "input": { - "type": "minecraft:add", - "argument1": -0.5037500262260437, - "argument2": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": -0.3, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.3, - "value": -0.2, - "derivative": -0.55 - }, - { - "location": -0.185, - "value": -0.5, - "derivative": 0 - }, - { - "location": -0.125, - "value": -4, - "derivative": 0 - }, - { - "location": 0.125, - "value": -4, - "derivative": 0 - }, - { - "location": 0.185, - "value": -0.5, - "derivative": 0 - }, - { - "location": 0.3, - "value": -0.2, - "derivative": 0.7 - } - ] - }, - "derivative": 0 - }, - { - "location": 0, - "value": -0.75, - "derivative": 0 - }, - { - "location": 0.2, - "value": -0.915, - "derivative": 0 - }, - { - "location": 0.5, - "value": -1.65, - "derivative": 0 - } - ] - }, - "derivative": 0 - }, - { - "location": 0.135, - "value": -0.75, - "derivative": 0 - }, - { - "location": 0.14, - "value": -0.915, - "derivative": -20 - }, - { - "location": 0.2, - "value": -4, - "derivative": 0 - }, - { - "location": 0.3, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": -0.3, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.7, - "value": 1, - "derivative": 1 - }, - { - "location": -0.05, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.3, - "value": -0.2, - "derivative": 0.4 - } - ] - }, - "derivative": -1.5 - }, - { - "location": 0.05, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.3, - "value": -0.2, - "derivative": 0.4 - } - ] - }, - "derivative": 1.5 - }, - { - "location": 0.7, - "value": 1, - "derivative": -1 - } - ] - }, - "derivative": 0 - }, - { - "location": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.4, - "value": -0.085, - "derivative": -0.2 - }, - { - "location": -0.2, - "value": -0.35, - "derivative": -0.5 - }, - { - "location": -0.15, - "value": -0.35, - "derivative": -1 - }, - { - "location": 0.15, - "value": -0.35, - "derivative": 1 - }, - { - "location": 0.2, - "value": -0.1, - "derivative": 0 - }, - { - "location": 0.4, - "value": -0.085, - "derivative": 1 - }, - { - "location": 0.975, - "value": 0.3, - "derivative": -1 - } - ] - }, - "derivative": 0 - }, - { - "location": 0.3, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.65, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.65, - "value": 1, - "derivative": 0.25 - } - ] - }, - "derivative": 0 - }, - { - "location": -0.625, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": 0.4, - "value": 0.66666, - "derivative": -0.25 - } - ] - }, - "derivative": 0 - }, - { - "location": -0.475, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": 0.4, - "value": 0.66, - "derivative": -0.25 - } - ] - }, - "derivative": 0 - }, - { - "location": -0.45, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.65, - "value": 0.33, - "derivative": -0.25 - } - ] - }, - "derivative": 0 - }, - { - "location": -0.275, - "value": 0.33, - "derivative": 0 - }, - { - "location": -0.25, - "value": 0.025, - "derivative": 0 - }, - { - "location": -0.18, - "value": 0, - "derivative": 0 - }, - { - "location": -0.135, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.3, - "value": -0.2, - "derivative": 0.4 - } - ] - }, - "derivative": -1.75 - }, - { - "location": -0.05, - "value": { - "coordinate": "nullscape:base/continents", - "points": [ - { - "location": 0.3, - "value": -0.25, - "derivative": 0.4 - } - ] - }, - "derivative": -0.25 - } - ] - }, - "derivative": 0 - } - ] - }, - "derivative": -0.5 - } - ] - } - } - } - }, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:cache_2d" - }, - "type": "minecraft:flat_cache" - }, - "type": "minecraft:add" -} diff --git a/data/nullscape/worldgen/density_function/elasticity/global.json b/data/nullscape/worldgen/density_function/elasticity/global.json deleted file mode 100644 index 33155c9..0000000 --- a/data/nullscape/worldgen/density_function/elasticity/global.json +++ /dev/null @@ -1,24 +0,0 @@ -{"type":"cache_once", - "argument": -{ -"type":"clamp", -"min":0.0, -"max":1.0, -"input": - -{ - "type":"add", - "argument1":0.0, - "argument2": -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/property/elasticity", - "xz_scale": 1, - "y_scale": 1.0, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/elasticity/x.json b/data/nullscape/worldgen/density_function/elasticity/x.json deleted file mode 100644 index d784c8c..0000000 --- a/data/nullscape/worldgen/density_function/elasticity/x.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:elasticity/x_noise", - "points": [ - { - "location": -1, - "derivative": 300, - "value": 0 - }, - { - "location": -0.5, - "derivative": 500, - "value": 150 - }, - { - "location": 0, - "derivative": 1200, - "value": 400 - }, - { - "location": 0.25, - "derivative": 1600, - "value": 800 - }, - { - "location": 1, - "derivative": 0, - "value": 2000 - } - ] - } - }, - "argument2": 1.5 - }, - "min": 0, - "max": 3250 - } -} diff --git a/data/nullscape/worldgen/density_function/elasticity/x_noise.json b/data/nullscape/worldgen/density_function/elasticity/x_noise.json deleted file mode 100644 index b163044..0000000 --- a/data/nullscape/worldgen/density_function/elasticity/x_noise.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/elasticity/x_strength", - "xz_scale": 1, - "y_scale": 1.0, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/elasticity/z.json b/data/nullscape/worldgen/density_function/elasticity/z.json deleted file mode 100644 index bada691..0000000 --- a/data/nullscape/worldgen/density_function/elasticity/z.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:elasticity/z_noise", - "points": [ - { - "location": -1, - "derivative": 300, - "value": 0 - }, - { - "location": -0.5, - "derivative": 500, - "value": 150 - }, - { - "location": 0, - "derivative": 1200, - "value": 400 - }, - { - "location": 0.25, - "derivative": 1600, - "value": 800 - }, - { - "location": 1, - "derivative": 0, - "value": 2000 - } - ] - } - }, - "argument2": 1.5 - }, - "min": 0, - "max": 3250 - } -} diff --git a/data/nullscape/worldgen/density_function/elasticity/z_noise.json b/data/nullscape/worldgen/density_function/elasticity/z_noise.json deleted file mode 100644 index cacdd2b..0000000 --- a/data/nullscape/worldgen/density_function/elasticity/z_noise.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/elasticity/z_strength", - "xz_scale": 1, - "y_scale": 1.0, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/bubble.json b/data/nullscape/worldgen/density_function/island/bubble.json deleted file mode 100644 index d10bfe7..0000000 --- a/data/nullscape/worldgen/density_function/island/bubble.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_large", - "xz_scale": 1, - "y_scale": 2, - "shift_x": - { - "type":"mul", - "argument1":250, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_x", - "xz_scale": 2.0, - "y_scale": 4.0 - } - }, - "shift_y": { - "type":"mul", - "argument1":75, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_y", - "xz_scale": 1.0, - "y_scale": 2.0 - } - }, - "shift_z": { - "type":"mul", - "argument1":250, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_z", - "xz_scale": 2.0, - "y_scale": 4.0 - } - } - } - diff --git a/data/nullscape/worldgen/density_function/island/bubble2.json b/data/nullscape/worldgen/density_function/island/bubble2.json deleted file mode 100644 index 3b46da7..0000000 --- a/data/nullscape/worldgen/density_function/island/bubble2.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_large", - "xz_scale": -1, - "y_scale": -2, - "shift_x": - { - "type":"mul", - "argument1":500, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_x", - "xz_scale": -2.0, - "y_scale": -4.0 - } - }, - "shift_y": { - "type":"mul", - "argument1":75, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_y", - "xz_scale": -1.0, - "y_scale": -2.0 - } - }, - "shift_z": { - "type":"mul", - "argument1":500, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_z", - "xz_scale": -2.0, - "y_scale": -4.0 - } - } - } - diff --git a/data/nullscape/worldgen/density_function/island/emergency_exit.json b/data/nullscape/worldgen/density_function/island/emergency_exit.json deleted file mode 100644 index 7f9dd1f..0000000 --- a/data/nullscape/worldgen/density_function/island/emergency_exit.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/island", - "points": [ - { - "location": -1, - "derivative": 0, - "value": 80 - }, - { - "location": -0.1, - "derivative": 0, - "value": 1 - }, - { - "location": -0.025, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.025, - "derivative": 0, - "value": -100 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/island/island.json b/data/nullscape/worldgen/density_function/island/island.json deleted file mode 100644 index 6422198..0000000 --- a/data/nullscape/worldgen/density_function/island/island.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1":{ - "type": "minecraft:mul", - "argument1": 0.64, - "argument2": { - "type": "minecraft:blend_density", - "argument": { - "type": "minecraft:add", - "argument1": -0.234375, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 16, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 0.234375, - "argument2": { - "type": "minecraft:add", - "argument1": -23.4375, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 56, - "to_y": 312, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 23.4375, - "argument2": { - "type": "minecraft:add", - "argument1": {"type":"mul", - "argument1":2.0, - "argument2":{ - "type": "minecraft:end_islands" - }}, - "argument2": { - "type": "minecraft:max", - "argument1": { - "type": "minecraft:mul", - "argument1": 1.75, - "argument2": "nullscape:island/bubble" - }, - "argument2": - { - "type": "minecraft:mul", - "argument1": 1.75, - "argument2": "nullscape:island/bubble2" - } - } - } - } - } - } - } - } - } - } - }, - "argument2":{ - "type":"mul", - "argument1":-10, - "argument2":{ - "type":"max", - "argument1":"nullscape:void/void_gauntlet", - "argument2":0 - }} - }, - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 35, - "from_value": -1.25, - "to_value": 0 - } - }, - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 35, - "to_y": 90, - "from_value": 0, - "to_value": -2 - } -} diff --git a/data/nullscape/worldgen/density_function/island/ring1_offset.json b/data/nullscape/worldgen/density_function/island/ring1_offset.json deleted file mode 100644 index 95f8a3a..0000000 --- a/data/nullscape/worldgen/density_function/island/ring1_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring1", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring1", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring1_sync.json b/data/nullscape/worldgen/density_function/island/ring1_sync.json deleted file mode 100644 index 132af71..0000000 --- a/data/nullscape/worldgen/density_function/island/ring1_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring1_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island/ring2_offset.json b/data/nullscape/worldgen/density_function/island/ring2_offset.json deleted file mode 100644 index e6324ed..0000000 --- a/data/nullscape/worldgen/density_function/island/ring2_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring2", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring2", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring2_sync.json b/data/nullscape/worldgen/density_function/island/ring2_sync.json deleted file mode 100644 index b401a5b..0000000 --- a/data/nullscape/worldgen/density_function/island/ring2_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring2_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island/ring3_offset.json b/data/nullscape/worldgen/density_function/island/ring3_offset.json deleted file mode 100644 index f4c1420..0000000 --- a/data/nullscape/worldgen/density_function/island/ring3_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring3", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring3", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring3_sync.json b/data/nullscape/worldgen/density_function/island/ring3_sync.json deleted file mode 100644 index 37e6fa3..0000000 --- a/data/nullscape/worldgen/density_function/island/ring3_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring3_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island/ring4_offset.json b/data/nullscape/worldgen/density_function/island/ring4_offset.json deleted file mode 100644 index c70512e..0000000 --- a/data/nullscape/worldgen/density_function/island/ring4_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring4", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring4", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring4_sync.json b/data/nullscape/worldgen/density_function/island/ring4_sync.json deleted file mode 100644 index 55a45b9..0000000 --- a/data/nullscape/worldgen/density_function/island/ring4_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring4_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island/ring5_offset.json b/data/nullscape/worldgen/density_function/island/ring5_offset.json deleted file mode 100644 index 77a8a2d..0000000 --- a/data/nullscape/worldgen/density_function/island/ring5_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring5", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring5", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring5_sync.json b/data/nullscape/worldgen/density_function/island/ring5_sync.json deleted file mode 100644 index 73675b7..0000000 --- a/data/nullscape/worldgen/density_function/island/ring5_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring5_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island/ring6_offset.json b/data/nullscape/worldgen/density_function/island/ring6_offset.json deleted file mode 100644 index b731ef5..0000000 --- a/data/nullscape/worldgen/density_function/island/ring6_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring6", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring6", - "xz_scale": 1.875, - "y_scale": 1.875 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island/ring6_sync.json b/data/nullscape/worldgen/density_function/island/ring6_sync.json deleted file mode 100644 index f2b88a5..0000000 --- a/data/nullscape/worldgen/density_function/island/ring6_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring6_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/bubble.json b/data/nullscape/worldgen/density_function/island_backup/bubble.json deleted file mode 100644 index d10bfe7..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/bubble.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_large", - "xz_scale": 1, - "y_scale": 2, - "shift_x": - { - "type":"mul", - "argument1":250, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_x", - "xz_scale": 2.0, - "y_scale": 4.0 - } - }, - "shift_y": { - "type":"mul", - "argument1":75, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_y", - "xz_scale": 1.0, - "y_scale": 2.0 - } - }, - "shift_z": { - "type":"mul", - "argument1":250, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:island/shift_z", - "xz_scale": 2.0, - "y_scale": 4.0 - } - } - } - diff --git a/data/nullscape/worldgen/density_function/island_backup/emergency_exit.json b/data/nullscape/worldgen/density_function/island_backup/emergency_exit.json deleted file mode 100644 index 7f9dd1f..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/emergency_exit.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/island", - "points": [ - { - "location": -1, - "derivative": 0, - "value": 80 - }, - { - "location": -0.1, - "derivative": 0, - "value": 1 - }, - { - "location": -0.025, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.025, - "derivative": 0, - "value": -100 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/island_backup/island.json b/data/nullscape/worldgen/density_function/island_backup/island.json deleted file mode 100644 index 8937415..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/island.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": - - { - "type":"add", - "argument1":{ - "type": "minecraft:mul", - "argument1": 0.0, - "argument2": "nullscape:porosity/bubble_medium" - }, - "argument2":{ - "type":"max", - "argument1":{ - "type": "minecraft:mul", - "argument1": 1.25, - "argument2": "nullscape:island/bubble" - }, - "argument2":-0.75 - } - }, - "argument2": { - "type": "minecraft:mul", - "argument1": 0.25, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": "nullscape:island/ring1_sync", - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:island/ring2_sync", - "argument2": "nullscape:island/ring3_sync" - } - }, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:island/ring4_sync", - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:island/ring5_sync", - "argument2": "nullscape:island/ring6_sync" - } - } - } - } - }, - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 35, - "from_value": -3.25, - "to_value": 0 - } - }, - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 35, - "to_y": 90, - "from_value": 0, - "to_value": -4 - } -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring1_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring1_offset.json deleted file mode 100644 index 649ce77..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring1_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring1", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring1", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring1_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring1_sync.json deleted file mode 100644 index 132af71..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring1_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring1_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring2_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring2_offset.json deleted file mode 100644 index aacb603..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring2_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring2", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring2", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring2_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring2_sync.json deleted file mode 100644 index b401a5b..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring2_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring2_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring3_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring3_offset.json deleted file mode 100644 index 1509c4d..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring3_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring3", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring3", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring3_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring3_sync.json deleted file mode 100644 index 37e6fa3..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring3_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring3_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring4_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring4_offset.json deleted file mode 100644 index bfda887..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring4_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring4", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring4", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring4_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring4_sync.json deleted file mode 100644 index 55a45b9..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring4_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring4_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring5_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring5_offset.json deleted file mode 100644 index 38e938c..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring5_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring5", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring5", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring5_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring5_sync.json deleted file mode 100644 index 73675b7..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring5_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring5_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/island_backup/ring6_offset.json b/data/nullscape/worldgen/density_function/island_backup/ring6_offset.json deleted file mode 100644 index 6398a27..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring6_offset.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:island/ring6", - "xz_scale": 2.0, - "y_scale": 2.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:island/ring6", - "xz_scale": 1.75, - "y_scale": 1.75 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/island_backup/ring6_sync.json b/data/nullscape/worldgen/density_function/island_backup/ring6_sync.json deleted file mode 100644 index f2b88a5..0000000 --- a/data/nullscape/worldgen/density_function/island_backup/ring6_sync.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type":"cache_once", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:island/ring6_offset", - "points": [ - { - "location": -0.04, - "derivative": 0, - "value": -64 - }, - { - "location": -0.03, - "derivative": 0, - "value": -4 - }, - { - "location": -0.02, - "derivative": 0, - "value": -1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": 1.5 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.02, - "derivative": 0, - "value": -1 - }, - { - "location": 0.03, - "derivative": 0, - "value": -4 - }, - { - "location": 0.04, - "derivative": 0, - "value": -64 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/malleability/flatness.json b/data/nullscape/worldgen/density_function/malleability/flatness.json deleted file mode 100644 index 73d5fd7..0000000 --- a/data/nullscape/worldgen/density_function/malleability/flatness.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:malleability/flatness_base", - "points": [ - { - "location": 1, - "derivative": 0.875, - "value": 1 - }, - { - "location": 4, - "derivative": 2.25, - "value": 3.5 - }, - { - "location": 6, - "derivative": 0, - "value": 5.6 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/malleability/flatness_base.json b/data/nullscape/worldgen/density_function/malleability/flatness_base.json deleted file mode 100644 index d4e1e8b..0000000 --- a/data/nullscape/worldgen/density_function/malleability/flatness_base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ -"type":"clamp", -"min":1.0, -"max":6.0, -"input": - -{ - "type":"add", - "argument1":3.5, - "argument2": -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/property/malleability", - "xz_scale": 1, - "y_scale": 1.0, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/malleability/meme.txt b/data/nullscape/worldgen/density_function/malleability/meme.txt deleted file mode 100644 index 3ed82dc..0000000 --- a/data/nullscape/worldgen/density_function/malleability/meme.txt +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type":"mul", - "argument1":2500, - "argument2":{ - "type":"cube", - "argument":{ - "type":"minecraft:noise", - "noise":"nullscape:material/sub_property/malleability/x_variance", - "xz_scale":1.0, - "y_scale":0.25 - } - } - - } \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/bubble_large.json b/data/nullscape/worldgen/density_function/porosity/bubble_large.json deleted file mode 100644 index becb40f..0000000 --- a/data/nullscape/worldgen/density_function/porosity/bubble_large.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_large", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_large", - "xz_scale": 1.175, - "y_scale": 1.175, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/bubble_medium.json b/data/nullscape/worldgen/density_function/porosity/bubble_medium.json deleted file mode 100644 index f3e4e91..0000000 --- a/data/nullscape/worldgen/density_function/porosity/bubble_medium.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_medium", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_medium", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/bubble_small.json b/data/nullscape/worldgen/density_function/porosity/bubble_small.json deleted file mode 100644 index 635f66e..0000000 --- a/data/nullscape/worldgen/density_function/porosity/bubble_small.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_small", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_small", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/cheese.json b/data/nullscape/worldgen/density_function/porosity/cheese.json deleted file mode 100644 index d649917..0000000 --- a/data/nullscape/worldgen/density_function/porosity/cheese.json +++ /dev/null @@ -1,12 +0,0 @@ - -{"type":"interpolated", - "argument":{ - -"type":"min", -"argument1":{"type":"min", -"argument1":"nullscape:porosity/bubble_small", -"argument2":"nullscape:porosity/bubble_medium"}, -"argument2":"nullscape:porosity/bubble_large" - -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/influence.json b/data/nullscape/worldgen/density_function/porosity/influence.json deleted file mode 100644 index ba9ce56..0000000 --- a/data/nullscape/worldgen/density_function/porosity/influence.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type":"cache_2d", - "argument": - - - { - "type":"max", - "argument1":0, - "argument2":{ - "type":"add", - "argument1":0, - "argument2": - - { - "type":"mul", - "argument1":1.725, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:material/property/porosity", - "xz_scale": 1, - "y_scale": 0 - } -} -} -} - - -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/influence_add.json b/data/nullscape/worldgen/density_function/porosity/influence_add.json deleted file mode 100644 index 7d138eb..0000000 --- a/data/nullscape/worldgen/density_function/porosity/influence_add.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type":"cache_once", - "argument": - - - { - "type":"max", - "argument1":0, - "argument2":{ - "type":"add", - "argument1":0, - "argument2": - - { - "type":"mul", - "argument1":0.475, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:material/property/porosity", - "xz_scale": 1, - "y_scale": 1 - } -} -} -} - - -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/influence_large.json b/data/nullscape/worldgen/density_function/porosity/influence_large.json deleted file mode 100644 index a390a8e..0000000 --- a/data/nullscape/worldgen/density_function/porosity/influence_large.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.135, - "argument2": { - "type": "minecraft:add", - "argument1": {"type":"add", - "argument1":-1, - "argument2":"nullscape:porosity/influence_add"}, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/sub_property/porosity/influence_large", - "xz_scale": 1, - "y_scale": 1 - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/influence_medium.json b/data/nullscape/worldgen/density_function/porosity/influence_medium.json deleted file mode 100644 index 2ab8e9a..0000000 --- a/data/nullscape/worldgen/density_function/porosity/influence_medium.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.15, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": -1, - "argument2": "nullscape:porosity/influence_add" - }, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/sub_property/porosity/influence_medium", - "xz_scale": 1, - "y_scale": 1 - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/influence_small.json b/data/nullscape/worldgen/density_function/porosity/influence_small.json deleted file mode 100644 index 853d1b6..0000000 --- a/data/nullscape/worldgen/density_function/porosity/influence_small.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.25, - "argument2": { - "type": "minecraft:add", - "argument1": {"type":"add", - "argument1":-1, - "argument2":"nullscape:porosity/influence_add"}, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/sub_property/porosity/influence_small", - "xz_scale": 1, - "y_scale": 1 - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/shift/global.json b/data/nullscape/worldgen/density_function/porosity/shift/global.json deleted file mode 100644 index 7e8c4ff..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/global.json +++ /dev/null @@ -1,24 +0,0 @@ -{"type":"cache_once", - "argument": -{ -"type":"clamp", -"min":0.0, -"max":1.0, -"input": - -{ - "type":"add", - "argument1":0.0, - "argument2": -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/property/elasticity", - "xz_scale": 3, - "y_scale": 3.0, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/shift/x.json b/data/nullscape/worldgen/density_function/porosity/shift/x.json deleted file mode 100644 index a108663..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/x.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:porosity/shift/x_noise", - "points": [ - { - "location": -1, - "derivative": 30, - "value": 0 - }, - { - "location": -0.5, - "derivative": 50, - "value": 15 - }, - { - "location": 0, - "derivative": 120, - "value": 40 - }, - { - "location": 0.25, - "derivative": 160, - "value": 80 - }, - { - "location": 1, - "derivative": 0, - "value": 200 - } - ] - } - }, - "argument2": 1.5 - }, - "min": 0, - "max": 325 - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/shift/x_noise.json b/data/nullscape/worldgen/density_function/porosity/shift/x_noise.json deleted file mode 100644 index f906e75..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/x_noise.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/elasticity/x_strength", - "xz_scale": 2.5, - "y_scale": 2.5, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/shift/y.json b/data/nullscape/worldgen/density_function/porosity/shift/y.json deleted file mode 100644 index ab9d5df..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/y.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:porosity/shift/y_noise", - "points": [ - { - "location": -1, - "derivative": 30, - "value": 0 - }, - { - "location": -0.5, - "derivative": 50, - "value": 15 - }, - { - "location": 0, - "derivative": 120, - "value": 40 - }, - { - "location": 0.25, - "derivative": 160, - "value": 80 - }, - { - "location": 1, - "derivative": 0, - "value": 200 - } - ] - } - }, - "argument2": 1.5 - }, - "min": 0, - "max": 325 - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/shift/y_noise.json b/data/nullscape/worldgen/density_function/porosity/shift/y_noise.json deleted file mode 100644 index 9a4a5d0..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/y_noise.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/elasticity/y_strength", - "xz_scale": 2.5, - "y_scale": 2.5, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity/shift/z.json b/data/nullscape/worldgen/density_function/porosity/shift/z.json deleted file mode 100644 index f360a27..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/z.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:porosity/shift/z_noise", - "points": [ - { - "location": -1, - "derivative": 30, - "value": 0 - }, - { - "location": -0.5, - "derivative": 50, - "value": 15 - }, - { - "location": 0, - "derivative": 120, - "value": 40 - }, - { - "location": 0.25, - "derivative": 160, - "value": 80 - }, - { - "location": 1, - "derivative": 0, - "value": 200 - } - ] - } - }, - "argument2": 1.5 - }, - "min": 0, - "max": 325 - } -} diff --git a/data/nullscape/worldgen/density_function/porosity/shift/z_noise.json b/data/nullscape/worldgen/density_function/porosity/shift/z_noise.json deleted file mode 100644 index a5aadfb..0000000 --- a/data/nullscape/worldgen/density_function/porosity/shift/z_noise.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/elasticity/z_strength", - "xz_scale": 2.5, - "y_scale": 2.5, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity_backup/bubble_large.json b/data/nullscape/worldgen/density_function/porosity_backup/bubble_large.json deleted file mode 100644 index c2959d2..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/bubble_large.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_large", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_large", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity_backup/bubble_medium.json b/data/nullscape/worldgen/density_function/porosity_backup/bubble_medium.json deleted file mode 100644 index f3e4e91..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/bubble_medium.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_medium", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_medium", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity_backup/bubble_small.json b/data/nullscape/worldgen/density_function/porosity_backup/bubble_small.json deleted file mode 100644 index 635f66e..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/bubble_small.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:mul", - "argument1": -1, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:porosity/influence_small", - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/porosity/bubble_small", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity_backup/cheese.json b/data/nullscape/worldgen/density_function/porosity_backup/cheese.json deleted file mode 100644 index d649917..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/cheese.json +++ /dev/null @@ -1,12 +0,0 @@ - -{"type":"interpolated", - "argument":{ - -"type":"min", -"argument1":{"type":"min", -"argument1":"nullscape:porosity/bubble_small", -"argument2":"nullscape:porosity/bubble_medium"}, -"argument2":"nullscape:porosity/bubble_large" - -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity_backup/influence.json b/data/nullscape/worldgen/density_function/porosity_backup/influence.json deleted file mode 100644 index 0893595..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/influence.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type":"cache_once", - "argument": - - - { - "type":"max", - "argument1":0, - "argument2":{ - "type":"add", - "argument1":0, - "argument2": - - { - "type":"mul", - "argument1":1.5, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:material/property/porosity", - "xz_scale": 1, - "y_scale": 1 - } -} -} -} - - -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity_backup/influence_add.json b/data/nullscape/worldgen/density_function/porosity_backup/influence_add.json deleted file mode 100644 index 96304f6..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/influence_add.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type":"cache_once", - "argument": - - - { - "type":"max", - "argument1":0, - "argument2":{ - "type":"add", - "argument1":0, - "argument2": - - { - "type":"mul", - "argument1":0.35, - "argument2":{ - "type": "minecraft:noise", - "noise": "nullscape:material/property/porosity", - "xz_scale": 1, - "y_scale": 1 - } -} -} -} - - -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/porosity_backup/influence_large.json b/data/nullscape/worldgen/density_function/porosity_backup/influence_large.json deleted file mode 100644 index 46e6b61..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/influence_large.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.15, - "argument2": { - "type": "minecraft:add", - "argument1": {"type":"add", - "argument1":-1, - "argument2":"nullscape:porosity/influence_add"}, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/sub_property/porosity/influence_large", - "xz_scale": 1, - "y_scale": 1 - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity_backup/influence_medium.json b/data/nullscape/worldgen/density_function/porosity_backup/influence_medium.json deleted file mode 100644 index 59fe0f4..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/influence_medium.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.15, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": -1, - "argument2": "nullscape:porosity/influence_add" - }, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/sub_property/porosity/influence_medium", - "xz_scale": 1, - "y_scale": 1, - "shift_x": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/shift/global", - "argument2": "nullscape:porosity/shift/x" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_x", - "xz_scale": 2, - "y_scale": 2 - } - }, - "shift_y": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/shift/global", - "argument2": "nullscape:porosity/shift/y" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_y", - "xz_scale": 2, - "y_scale": 2 - } - }, - "shift_z": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/shift/global", - "argument2": "nullscape:porosity/shift/z" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_z", - "xz_scale": 2, - "y_scale": 2 - } - } - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/porosity_backup/influence_small.json b/data/nullscape/worldgen/density_function/porosity_backup/influence_small.json deleted file mode 100644 index 853d1b6..0000000 --- a/data/nullscape/worldgen/density_function/porosity_backup/influence_small.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:cache_once", - "argument": { - "type": "minecraft:min", - "argument1": -0.25, - "argument2": { - "type": "minecraft:add", - "argument1": {"type":"add", - "argument1":-1, - "argument2":"nullscape:porosity/influence_add"}, - "argument2": { - "type": "minecraft:mul", - "argument1": "nullscape:porosity/influence", - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/sub_property/porosity/influence_small", - "xz_scale": 1, - "y_scale": 1 - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/sharpness/points.json b/data/nullscape/worldgen/density_function/sharpness/points.json deleted file mode 100644 index a755355..0000000 --- a/data/nullscape/worldgen/density_function/sharpness/points.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": -1, - "argument2": { - "type": "minecraft:mul", - "argument1": 0.0, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:material/effect/sharpness/point", - "xz_scale": 1, - "y_scale": 1 - } - } - }, - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/sharpness/point", - "xz_scale": 1, - "y_scale": 0.5, - "shift_x": { - "type": "minecraft:mul", - "argument1": 400, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/sharpness/x", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - }, - "shift_y": { - "type": "minecraft:mul", - "argument1": 50, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 1.65 - }, - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/sharpness/y", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - }, - "shift_z": { - "type": "minecraft:mul", - "argument1": 400, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:material/effect/sharpness/z", - "xz_scale": 1, - "y_scale": 1, - "shift_x": 0, - "shift_y": 0, - "shift_z": 0 - } - } - } - } - } -} diff --git a/data/nullscape/worldgen/density_function/sloped_cheese.json b/data/nullscape/worldgen/density_function/sloped_cheese.json deleted file mode 100644 index 4fd8014..0000000 --- a/data/nullscape/worldgen/density_function/sloped_cheese.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "argument1": { - "argument1": 4, - "argument2": { - "argument": { - "argument1": { - "argument1": "nullscape:depth", - "argument2": { - "argument1": { - "argument": { - "argument": { - "argument1": { - "argument1": 0, - "argument2": { - "argument1": 1, - "argument2": { - "argument1": -1, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "type": "minecraft:clamp", - "min": 0, - "max": 1.28, - "input": { - "type": "minecraft:spline", - "spline": { - "coordinate": "minecraft:overworld/continents", - "points": [ - { - "location": 0, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": 0.3, - "value": 0, - "derivative": 0 - }, - { - "location": 0.4, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": 0, - "value": 0, - "derivative": 1.75 - } - ] - }, - "derivative": 0 - } - ] - }, - "derivative": 0 - }, - { - "location": 0.15, - "value": 0, - "derivative": 0 - }, - { - "location": 0.3, - "value": { - "coordinate": "minecraft:overworld/erosion", - "points": [ - { - "location": -0.3, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "value": 0.65, - "derivative": 0 - }, - { - "location": -0.3, - "value": 0, - "derivative": -3 - }, - { - "location": 0, - "value": 0, - "derivative": 0 - }, - { - "location": 0.3, - "value": 0, - "derivative": 4 - }, - { - "location": 0.5, - "value": 0.85, - "derivative": 0 - } - ] - }, - "derivative": 0 - }, - { - "location": 0, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "value": 0.15, - "derivative": 0 - }, - { - "location": -0.3, - "value": 0, - "derivative": 1.5 - }, - { - "location": 0, - "value": 0, - "derivative": 0 - } - ] - }, - "derivative": 0 - }, - { - "location": 0.3, - "value": { - "coordinate": "minecraft:overworld/ridges", - "points": [ - { - "location": -0.5, - "value": 0, - "derivative": 0 - }, - { - "location": -0.3, - "value": 0, - "derivative": 0 - }, - { - "location": 0, - "value": 0, - "derivative": 0 - }, - { - "location": 0.3, - "value": 0, - "derivative": 0 - }, - { - "location": 0.5, - "value": 0, - "derivative": 0 - } - ] - }, - "derivative": 0 - } - ] - }, - "derivative": 0 - } - ] - } - } - }, - "argument2": { - "argument": { - "type": "minecraft:blend_alpha" - }, - "type": "minecraft:cache_once" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:cache_2d" - }, - "type": "minecraft:flat_cache" - }, - "argument2": { - "argument": { - "noise": "minecraft:jagged", - "xz_scale": 1500, - "y_scale": 0, - "type": "minecraft:noise" - }, - "type": "minecraft:half_negative" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "argument2": "nullscape:base/factor", - "type": "minecraft:mul" - }, - "type": "minecraft:quarter_negative" - }, - "type": "minecraft:mul" - }, - "argument2": "nullscape:base/base_3d_noise", - "type": "minecraft:add" -} diff --git a/data/nullscape/worldgen/density_function/special/hollow.json b/data/nullscape/worldgen/density_function/special/hollow.json deleted file mode 100644 index 004ef0f..0000000 --- a/data/nullscape/worldgen/density_function/special/hollow.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "type":"interpolated", - "argument":{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:base/base_3d_noise", - "points": [ - { - "location": 0, - "derivative": 1, - "value": 0 - }, - { - "location": 0.5, - "derivative": -2, - "value": 0.5 - }, - { - "location": 0.65, - "derivative": -0.2, - "value": -0.2 - } - ] - } -} -} diff --git a/data/nullscape/worldgen/density_function/void/emergency_exit.json b/data/nullscape/worldgen/density_function/void/emergency_exit.json deleted file mode 100644 index 954f902..0000000 --- a/data/nullscape/worldgen/density_function/void/emergency_exit.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/void_gauntlet", - "points": [ - { - "location": -1, - "derivative": 0, - "value": 80 - }, - { - "location": -0.1, - "derivative": 0, - "value": 1 - }, - { - "location": -0.025, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.025, - "derivative": 0, - "value": -100 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/funny_noise_code.zip b/data/nullscape/worldgen/density_function/void/funny_noise_code.zip deleted file mode 100644 index 46c6ec7..0000000 Binary files a/data/nullscape/worldgen/density_function/void/funny_noise_code.zip and /dev/null differ diff --git a/data/nullscape/worldgen/density_function/void/ring1_offset.json b/data/nullscape/worldgen/density_function/void/ring1_offset.json deleted file mode 100644 index 8cbfb67..0000000 --- a/data/nullscape/worldgen/density_function/void/ring1_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring1", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring1", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring1_sync.json b/data/nullscape/worldgen/density_function/void/ring1_sync.json deleted file mode 100644 index 2925cca..0000000 --- a/data/nullscape/worldgen/density_function/void/ring1_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring1_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/ring2_offset.json b/data/nullscape/worldgen/density_function/void/ring2_offset.json deleted file mode 100644 index 9c28af2..0000000 --- a/data/nullscape/worldgen/density_function/void/ring2_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring2", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring2", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring2_sync.json b/data/nullscape/worldgen/density_function/void/ring2_sync.json deleted file mode 100644 index 9e06438..0000000 --- a/data/nullscape/worldgen/density_function/void/ring2_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring2_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/ring3_offset.json b/data/nullscape/worldgen/density_function/void/ring3_offset.json deleted file mode 100644 index c6dcee6..0000000 --- a/data/nullscape/worldgen/density_function/void/ring3_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring3", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring3", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring3_sync.json b/data/nullscape/worldgen/density_function/void/ring3_sync.json deleted file mode 100644 index 897e3fc..0000000 --- a/data/nullscape/worldgen/density_function/void/ring3_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring3_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/ring4_offset.json b/data/nullscape/worldgen/density_function/void/ring4_offset.json deleted file mode 100644 index b58cbd3..0000000 --- a/data/nullscape/worldgen/density_function/void/ring4_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring4", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring4", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring4_sync.json b/data/nullscape/worldgen/density_function/void/ring4_sync.json deleted file mode 100644 index 05f5a50..0000000 --- a/data/nullscape/worldgen/density_function/void/ring4_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring4_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/ring5_offset.json b/data/nullscape/worldgen/density_function/void/ring5_offset.json deleted file mode 100644 index b0e5ca6..0000000 --- a/data/nullscape/worldgen/density_function/void/ring5_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring5", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring5", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring5_sync.json b/data/nullscape/worldgen/density_function/void/ring5_sync.json deleted file mode 100644 index beee810..0000000 --- a/data/nullscape/worldgen/density_function/void/ring5_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring5_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/ring6_offset.json b/data/nullscape/worldgen/density_function/void/ring6_offset.json deleted file mode 100644 index cbc96f4..0000000 --- a/data/nullscape/worldgen/density_function/void/ring6_offset.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type":"flat_cache", - "argument":{ - "type":"add", - "argument1": { - "type": "minecraft:noise", - "noise": "nullscape:void/ring6", - "xz_scale": 0.75, - "y_scale": 0.0 - }, - "argument2":{ - "type":"mul", - "argument2":-1, - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring6", - "xz_scale": 0.72, - "y_scale": 0.0 - } - } -} -} \ No newline at end of file diff --git a/data/nullscape/worldgen/density_function/void/ring6_sync.json b/data/nullscape/worldgen/density_function/void/ring6_sync.json deleted file mode 100644 index 5abb301..0000000 --- a/data/nullscape/worldgen/density_function/void/ring6_sync.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "minecraft:spline", - "spline": { - "coordinate": "nullscape:void/ring6_offset", - "points": [ - { - "location": -0.025, - "derivative": 0, - "value": 64 - }, - { - "location": -0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": -0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0, - "derivative": 0, - "value": -1 - }, - { - "location": 0.01, - "derivative": 0, - "value": 0 - }, - { - "location": 0.0125, - "derivative": 0, - "value": 1 - }, - { - "location": 0.025, - "derivative": 0, - "value": 64 - } - ] - } -} diff --git a/data/nullscape/worldgen/density_function/void/void_gauntlet.json b/data/nullscape/worldgen/density_function/void/void_gauntlet.json deleted file mode 100644 index 5f800a3..0000000 --- a/data/nullscape/worldgen/density_function/void/void_gauntlet.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "type":"add", - "argument1":{ - "type": "minecraft:mul", - "argument1": 0.166666666666666666, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:add", - "argument1": "nullscape:void/ring1_sync", - "argument2":{ - "type": "minecraft:add", - "argument1": "nullscape:void/ring2_sync", - "argument2": "nullscape:void/ring3_sync" - } - }, - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:void/ring4_sync", - "argument2": { - "type": "minecraft:add", - "argument1": "nullscape:void/ring5_sync", - "argument2": "nullscape:void/ring6_sync" - } - } - } -}, -"argument2":{ - "type":"mul", - "argument1":{ - "type": "minecraft:noise", - "noise": "nullscape:void/ring1", - "xz_scale": 16.0, - "y_scale": 64.0 - }, - "argument2":0.05 - -} -} diff --git a/data/nullscape/worldgen/dragon_skeleton_boneyard.json b/data/nullscape/worldgen/dragon_skeleton_boneyard.json deleted file mode 100644 index a59756d..0000000 --- a/data/nullscape/worldgen/dragon_skeleton_boneyard.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "structures": [ - { - "structure": "nullscape:dragon_skeleton", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "salt": 461798080, - "frequency_reduction_method": "default", - "frequency": 0.6, - "spread_type": "linear", - "spacing": 30, - "separation": 7 - } -} diff --git a/data/nullscape/worldgen/noise/crystal/surface.json b/data/nullscape/worldgen/noise/crystal/surface.json deleted file mode 100644 index 3e435b5..0000000 --- a/data/nullscape/worldgen/noise/crystal/surface.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "firstOctave": -6, - "amplitudes": [ - 1, - 0.75, - 1.5, - 1.85, - 2.75, - 4 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring1.json b/data/nullscape/worldgen/noise/island/ring1.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring2.json b/data/nullscape/worldgen/noise/island/ring2.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring3.json b/data/nullscape/worldgen/noise/island/ring3.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring4.json b/data/nullscape/worldgen/noise/island/ring4.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring5.json b/data/nullscape/worldgen/noise/island/ring5.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/ring6.json b/data/nullscape/worldgen/noise/island/ring6.json deleted file mode 100644 index 9b28636..0000000 --- a/data/nullscape/worldgen/noise/island/ring6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/island/shift_x.json b/data/nullscape/worldgen/noise/island/shift_x.json deleted file mode 100644 index 8ef2834..0000000 --- a/data/nullscape/worldgen/noise/island/shift_x.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/island/shift_y.json b/data/nullscape/worldgen/noise/island/shift_y.json deleted file mode 100644 index 8ef2834..0000000 --- a/data/nullscape/worldgen/noise/island/shift_y.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/island/shift_z.json b/data/nullscape/worldgen/noise/island/shift_z.json deleted file mode 100644 index 8ef2834..0000000 --- a/data/nullscape/worldgen/noise/island/shift_z.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/brittleness/crack.json b/data/nullscape/worldgen/noise/material/effect/brittleness/crack.json deleted file mode 100644 index 83a8ce5..0000000 --- a/data/nullscape/worldgen/noise/material/effect/brittleness/crack.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1.0, - 0.75, - 1.5, - 2.125 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/brittleness/crack2.json b/data/nullscape/worldgen/noise/material/effect/brittleness/crack2.json deleted file mode 100644 index 9f33dbc..0000000 --- a/data/nullscape/worldgen/noise/material/effect/brittleness/crack2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 0.1, - 0.05, - 0.0125, - 0.05 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_large.json b/data/nullscape/worldgen/noise/material/effect/porosity/bubble_large.json deleted file mode 100644 index 02bda87..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_large.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -6, - "amplitudes": [ - 1.0, - 0.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_medium.json b/data/nullscape/worldgen/noise/material/effect/porosity/bubble_medium.json deleted file mode 100644 index 8bb93e3..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_medium.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1.0, - 0.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_small.json b/data/nullscape/worldgen/noise/material/effect/porosity/bubble_small.json deleted file mode 100644 index 7697f81..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/bubble_small.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -4, - "amplitudes": [ - 1.0, - 0.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_x.json b/data/nullscape/worldgen/noise/material/effect/porosity/distortion_x.json deleted file mode 100644 index 40a6915..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_x.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 0.75, - 0.5 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_y.json b/data/nullscape/worldgen/noise/material/effect/porosity/distortion_y.json deleted file mode 100644 index 40a6915..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_y.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 0.75, - 0.5 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_z.json b/data/nullscape/worldgen/noise/material/effect/porosity/distortion_z.json deleted file mode 100644 index 40a6915..0000000 --- a/data/nullscape/worldgen/noise/material/effect/porosity/distortion_z.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 0.75, - 0.5 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/sharpness/point.json b/data/nullscape/worldgen/noise/material/effect/sharpness/point.json deleted file mode 100644 index e8d031c..0000000 --- a/data/nullscape/worldgen/noise/material/effect/sharpness/point.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.4, - 0.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/sharpness/x.json b/data/nullscape/worldgen/noise/material/effect/sharpness/x.json deleted file mode 100644 index 134ffa8..0000000 --- a/data/nullscape/worldgen/noise/material/effect/sharpness/x.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/sharpness/y.json b/data/nullscape/worldgen/noise/material/effect/sharpness/y.json deleted file mode 100644 index 134ffa8..0000000 --- a/data/nullscape/worldgen/noise/material/effect/sharpness/y.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/material/effect/sharpness/z.json b/data/nullscape/worldgen/noise/material/effect/sharpness/z.json deleted file mode 100644 index 134ffa8..0000000 --- a/data/nullscape/worldgen/noise/material/effect/sharpness/z.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.0 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/brittleness.json b/data/nullscape/worldgen/noise/material/property/brittleness.json deleted file mode 100644 index 7d6f263..0000000 --- a/data/nullscape/worldgen/noise/material/property/brittleness.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/density.json b/data/nullscape/worldgen/noise/material/property/density.json deleted file mode 100644 index e945cbb..0000000 --- a/data/nullscape/worldgen/noise/material/property/density.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 0.445, - 0.275 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/elasticity.json b/data/nullscape/worldgen/noise/material/property/elasticity.json deleted file mode 100644 index 28656ef..0000000 --- a/data/nullscape/worldgen/noise/material/property/elasticity.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1.7 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/hardness.json b/data/nullscape/worldgen/noise/material/property/hardness.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/property/hardness.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/malleability.json b/data/nullscape/worldgen/noise/material/property/malleability.json deleted file mode 100644 index 2609131..0000000 --- a/data/nullscape/worldgen/noise/material/property/malleability.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 3.95, - 1.75 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/porosity.json b/data/nullscape/worldgen/noise/material/property/porosity.json deleted file mode 100644 index ed8558f..0000000 --- a/data/nullscape/worldgen/noise/material/property/porosity.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1.0, - 1.6 - ] -} diff --git a/data/nullscape/worldgen/noise/material/property/sharpness.json b/data/nullscape/worldgen/noise/material/property/sharpness.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/property/sharpness.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/elasticity/differential.json b/data/nullscape/worldgen/noise/material/sub_property/elasticity/differential.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/elasticity/differential.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/elasticity/scaling_modulator.json b/data/nullscape/worldgen/noise/material/sub_property/elasticity/scaling_modulator.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/elasticity/scaling_modulator.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/elasticity/x_strength.json b/data/nullscape/worldgen/noise/material/sub_property/elasticity/x_strength.json deleted file mode 100644 index d2d6501..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/elasticity/x_strength.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.3125 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/elasticity/y_strength.json b/data/nullscape/worldgen/noise/material/sub_property/elasticity/y_strength.json deleted file mode 100644 index d2d6501..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/elasticity/y_strength.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.3125 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/elasticity/z_strength.json b/data/nullscape/worldgen/noise/material/sub_property/elasticity/z_strength.json deleted file mode 100644 index d2d6501..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/elasticity/z_strength.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -11, - "amplitudes": [ - 1.3125 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/malleability/x_variance.json b/data/nullscape/worldgen/noise/material/sub_property/malleability/x_variance.json deleted file mode 100644 index 5fe2af8..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/malleability/x_variance.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -10, - "amplitudes": [ - 1.25, - 0.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/porosity/distortion.json b/data/nullscape/worldgen/noise/material/sub_property/porosity/distortion.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/porosity/distortion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_large.json b/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_large.json deleted file mode 100644 index b0fbb9c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_large.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 0.7, - 1.875 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_medium.json b/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_medium.json deleted file mode 100644 index b0fbb9c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_medium.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 0.7, - 1.875 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_small.json b/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_small.json deleted file mode 100644 index b0fbb9c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/porosity/influence_small.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 0.7, - 1.875 - ] -} diff --git a/data/nullscape/worldgen/noise/material/sub_property/porosity/inversion.json b/data/nullscape/worldgen/noise/material/sub_property/porosity/inversion.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/material/sub_property/porosity/inversion.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/math/base_3d_old.txt b/data/nullscape/worldgen/noise/math/base_3d_old.txt deleted file mode 100644 index 6eef146..0000000 --- a/data/nullscape/worldgen/noise/math/base_3d_old.txt +++ /dev/null @@ -1,49 +0,0 @@ -{ - "type": "minecraft:add", - "argument1": "nullscape:density/density", - "argument2": { - "type": "minecraft:shifted_noise", - "noise": "nullscape:math/base_terrain", - "xz_scale": 0.5, - "y_scale": 0.675, - "shift_x": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/x" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_x", - "xz_scale": 0.167, - "y_scale": 0.5 - } - }, - "shift_y": { - "type": "minecraft:mul", - "argument1": "nullscape:malleability/flatness", - "argument2": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 384, - "from_value": 0, - "to_value": 185 - } - }, - "shift_z": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:mul", - "argument1": "nullscape:elasticity/global", - "argument2": "nullscape:elasticity/z" - }, - "argument2": { - "type": "minecraft:noise", - "noise": "nullscape:math/shift_z", - "xz_scale": 0.167, - "y_scale": 0.5 - } - } - } -} diff --git a/data/nullscape/worldgen/noise/math/base_terrain.json b/data/nullscape/worldgen/noise/math/base_terrain.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/math/base_terrain.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/math/shift_x.json b/data/nullscape/worldgen/noise/math/shift_x.json deleted file mode 100644 index 35770ed..0000000 --- a/data/nullscape/worldgen/noise/math/shift_x.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0, -0.5, -0, -2.0 - ] -} diff --git a/data/nullscape/worldgen/noise/math/shift_y.json b/data/nullscape/worldgen/noise/math/shift_y.json deleted file mode 100644 index 35770ed..0000000 --- a/data/nullscape/worldgen/noise/math/shift_y.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0, -0.5, -0, -2.0 - ] -} diff --git a/data/nullscape/worldgen/noise/math/shift_z.json b/data/nullscape/worldgen/noise/math/shift_z.json deleted file mode 100644 index 35770ed..0000000 --- a/data/nullscape/worldgen/noise/math/shift_z.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "firstOctave": -8, - "amplitudes": [ - 1.0, -0.5, -0, -2.0 - ] -} diff --git a/data/nullscape/worldgen/noise/math/terrain_default.json b/data/nullscape/worldgen/noise/math/terrain_default.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/math/terrain_default.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/shadowlands/brain.json b/data/nullscape/worldgen/noise/shadowlands/brain.json deleted file mode 100644 index 2387aa1..0000000 --- a/data/nullscape/worldgen/noise/shadowlands/brain.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1, - 1, - 1, - 1, - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/shadowlands/bubble.json b/data/nullscape/worldgen/noise/shadowlands/bubble.json deleted file mode 100644 index 5725e5c..0000000 --- a/data/nullscape/worldgen/noise/shadowlands/bubble.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1, - 1.75, - 2.5, - 3.25, - 4 - ] -} diff --git a/data/nullscape/worldgen/noise/shadowlands/fire.json b/data/nullscape/worldgen/noise/shadowlands/fire.json deleted file mode 100644 index 4532593..0000000 --- a/data/nullscape/worldgen/noise/shadowlands/fire.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1, - 0.5, - 2, - 4, - 6 - ] -} diff --git a/data/nullscape/worldgen/noise/shadowlands/horn.json b/data/nullscape/worldgen/noise/shadowlands/horn.json deleted file mode 100644 index 2387aa1..0000000 --- a/data/nullscape/worldgen/noise/shadowlands/horn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1, - 1, - 1, - 1, - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/shadowlands/tube.json b/data/nullscape/worldgen/noise/shadowlands/tube.json deleted file mode 100644 index e968ae3..0000000 --- a/data/nullscape/worldgen/noise/shadowlands/tube.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -5, - "amplitudes": [ - 1, - 1.25, - 1.5, - 1.75, - 2 - ] -} diff --git a/data/nullscape/worldgen/noise/terrain/base_terrain.json b/data/nullscape/worldgen/noise/terrain/base_terrain.json deleted file mode 100644 index 5ae9b7c..0000000 --- a/data/nullscape/worldgen/noise/terrain/base_terrain.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "firstOctave": -7, - "amplitudes": [ - 1.0, - 1.5, - 1.25 - ] -} diff --git a/data/nullscape/worldgen/noise/terrain/continentalness.json b/data/nullscape/worldgen/noise/terrain/continentalness.json deleted file mode 100644 index 28c6d10..0000000 --- a/data/nullscape/worldgen/noise/terrain/continentalness.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstOctave": -9, - "amplitudes": [ - 1.125, - 1.125, - 2.25, - 3.0, - 1.0 - ] -} \ No newline at end of file diff --git a/data/nullscape/worldgen/noise/terrain/temperature.json b/data/nullscape/worldgen/noise/terrain/temperature.json deleted file mode 100644 index 81b775e..0000000 --- a/data/nullscape/worldgen/noise/terrain/temperature.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "amplitudes": [ - 1.5, - 0.0, - 1.0, - 0.0, - 0.0, - 0.0 - ], - "firstOctave": -11 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/noise/terrain/vegetation.json b/data/nullscape/worldgen/noise/terrain/vegetation.json deleted file mode 100644 index 1f4daef..0000000 --- a/data/nullscape/worldgen/noise/terrain/vegetation.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "amplitudes": [ - 1.0, - 1.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "firstOctave": -10 -} \ No newline at end of file diff --git a/data/nullscape/worldgen/noise/void/ring1.json b/data/nullscape/worldgen/noise/void/ring1.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/void/ring2.json b/data/nullscape/worldgen/noise/void/ring2.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/void/ring3.json b/data/nullscape/worldgen/noise/void/ring3.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/void/ring4.json b/data/nullscape/worldgen/noise/void/ring4.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/void/ring5.json b/data/nullscape/worldgen/noise/void/ring5.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/noise/void/ring6.json b/data/nullscape/worldgen/noise/void/ring6.json deleted file mode 100644 index 65b596b..0000000 --- a/data/nullscape/worldgen/noise/void/ring6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "firstOctave": -12, - "amplitudes": [ - 1 - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/amethyst.json b/data/nullscape/worldgen/obsolete_feature/crystal/amethyst.json deleted file mode 100644 index 603c218..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/amethyst.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/amethyst", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 75, - "noise_offset": -0.8 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -120, - "noise_factor": 75, - "noise_offset": -1 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/blackstone.json b/data/nullscape/worldgen/obsolete_feature/crystal/blackstone.json deleted file mode 100644 index aa6d156..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/blackstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/blackstone", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 75, - "noise_offset": 1 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -5, - "noise_factor": 75, - "noise_offset": -0.05 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 10 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/crying.json b/data/nullscape/worldgen/obsolete_feature/crystal/crying.json deleted file mode 100644 index 12629b7..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/crying.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/crying", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 75, - "noise_offset": -0.65 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -65, - "noise_factor": 75, - "noise_offset": -0.8 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/half_crying.json b/data/nullscape/worldgen/obsolete_feature/crystal/half_crying.json deleted file mode 100644 index 9cfb243..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/half_crying.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/half_crying", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 75, - "noise_offset": -0.4 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -40, - "noise_factor": 75, - "noise_offset": -0.65 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/amethyst.json b/data/nullscape/worldgen/obsolete_feature/crystal/inverse/amethyst.json deleted file mode 100644 index a02ed91..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/amethyst.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/inverse/amethyst", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": -0.8 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -100, - "noise_factor": 76, - "noise_offset": -1 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/blackstone.json b/data/nullscape/worldgen/obsolete_feature/crystal/inverse/blackstone.json deleted file mode 100644 index 5e5463c..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/blackstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/inverse/blackstone", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": 1 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -10, - "noise_factor": 76, - "noise_offset": -0.05 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 20 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/crying.json b/data/nullscape/worldgen/obsolete_feature/crystal/inverse/crying.json deleted file mode 100644 index 767c386..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/crying.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/inverse/crying", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": -0.65 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -65, - "noise_factor": 76, - "noise_offset": -0.8 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/half_crying.json b/data/nullscape/worldgen/obsolete_feature/crystal/inverse/half_crying.json deleted file mode 100644 index 6961f26..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/half_crying.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/inverse/half_crying", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": -0.4 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -40, - "noise_factor": 76, - "noise_offset": -0.65 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/obsidian.json b/data/nullscape/worldgen/obsolete_feature/crystal/inverse/obsidian.json deleted file mode 100644 index 9082575..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/inverse/obsidian.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/inverse/obsidian", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": -0.05 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -25, - "noise_factor": 76, - "noise_offset": -0.4 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/light_down.json b/data/nullscape/worldgen/obsolete_feature/crystal/light_down.json deleted file mode 100644 index 9b5c62b..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/light_down.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "feature": "nullscape:crystal/light_down", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 221.728, - "noise_offset": 0.5 - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - } - ] - } - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/light_up.json b/data/nullscape/worldgen/obsolete_feature/crystal/light_up.json deleted file mode 100644 index 4d6dadd..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/light_up.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "feature": "nullscape:crystal/light_up", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 221.727, - "noise_offset": 0.5 - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] -} diff --git a/data/nullscape/worldgen/obsolete_feature/crystal/obsidian.json b/data/nullscape/worldgen/obsolete_feature/crystal/obsidian.json deleted file mode 100644 index 5a14927..0000000 --- a/data/nullscape/worldgen/obsolete_feature/crystal/obsidian.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:crystal/obsidian", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 75, - "noise_offset": -0.05 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -25, - "noise_factor": 75, - "noise_offset": -0.4 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 25 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/asteroid_carver.json b/data/nullscape/worldgen/placed_feature/asteroid_carver.json deleted file mode 100644 index b449892..0000000 --- a/data/nullscape/worldgen/placed_feature/asteroid_carver.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:asteroid_carver", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/bone_tree.json b/data/nullscape/worldgen/placed_feature/boneyard/bone_tree.json deleted file mode 100644 index 6577691..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/bone_tree.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:boneyard/bone_tree", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/fire.json b/data/nullscape/worldgen/placed_feature/boneyard/fire.json deleted file mode 100644 index 0e806fd..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/fire.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "feature": "nullscape:boneyard/fire", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 13, - "max_inclusive": 32 - } - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/pillar_1.json b/data/nullscape/worldgen/placed_feature/boneyard/pillar_1.json deleted file mode 100644 index 1ec4bb2..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/pillar_1.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "feature": "nullscape:boneyard/pillar_1", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 10, - "max_inclusive": 20 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/pillar_2.json b/data/nullscape/worldgen/placed_feature/boneyard/pillar_2.json deleted file mode 100644 index b334634..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/pillar_2.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "feature": "nullscape:boneyard/pillar_2", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 20, - "max_inclusive": 40 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "count", - "count": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/pillar_3.json b/data/nullscape/worldgen/placed_feature/boneyard/pillar_3.json deleted file mode 100644 index dbccf4b..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/pillar_3.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "feature": "nullscape:boneyard/pillar_3", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 15, - "max_inclusive": 30 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "count", - "count": 64 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/pillar_4.json b/data/nullscape/worldgen/placed_feature/boneyard/pillar_4.json deleted file mode 100644 index b7eaad0..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/pillar_4.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "feature": "nullscape:boneyard/pillar_4", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 15, - "max_inclusive": 40 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "count", - "count": 64 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/pillars.json b/data/nullscape/worldgen/placed_feature/boneyard/pillars.json deleted file mode 100644 index fec17c2..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/pillars.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "feature": "nullscape:boneyard/pillars", - "placement": [ - { - "type": "count", - "count": 1 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt.json b/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt.json deleted file mode 100644 index 433b865..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "feature": "nullscape:boneyard/smooth_basalt", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 12 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 25, - "noise_offset": 0.15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 25, - "noise_offset": -0.15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 107, - "noise_offset": 0 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_dx.json b/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_dx.json deleted file mode 100644 index 7b44c8f..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_dx.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "feature": "nullscape:boneyard/smooth_basalt_dx", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 25, - "noise_offset": 0.3 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 25, - "noise_offset": -0.3 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 107, - "noise_offset": -0.5 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_more.json b/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_more.json deleted file mode 100644 index 84dc65b..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/smooth_basalt_more.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "feature": "nullscape:boneyard/smooth_basalt_more", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 25, - "noise_offset": 0.325 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 25, - "noise_offset": -0.15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 107, - "noise_offset": -0.25 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/boneyard/soul_sand.json b/data/nullscape/worldgen/placed_feature/boneyard/soul_sand.json deleted file mode 100644 index ee5466f..0000000 --- a/data/nullscape/worldgen/placed_feature/boneyard/soul_sand.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "feature": "nullscape:boneyard/soul_sand", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 25, - "noise_offset": 0.03 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 25, - "noise_offset": -0.03 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 107, - "noise_offset": 0.25 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/chorus_light.json b/data/nullscape/worldgen/placed_feature/chorus_light.json deleted file mode 100644 index 227ff27..0000000 --- a/data/nullscape/worldgen/placed_feature/chorus_light.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "feature": "nullscape:chorus_light", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 8 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 10, - "noise_factor": 175, - "noise_offset": 0 - }, - { - "type": "minecraft:rarity_filter", - "chance": 80 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/chorus_plant.json b/data/nullscape/worldgen/placed_feature/chorus_plant.json deleted file mode 100644 index dadd85c..0000000 --- a/data/nullscape/worldgen/placed_feature/chorus_plant.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "feature": "nullscape:chorus_plant", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 8 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/chorus_quadratic.json b/data/nullscape/worldgen/placed_feature/chorus_quadratic.json deleted file mode 100644 index e039741..0000000 --- a/data/nullscape/worldgen/placed_feature/chorus_quadratic.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "feature": "nullscape:chorus_quadratic", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 120 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 17, - "noise_factor": 1563, - "noise_offset": 0.2 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 18, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:rarity_filter", - "chance": 3500 - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -10, - 0 - ], - "blocks": [ - "minecraft:end_stone" - ] - } - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/chorus_variation.json b/data/nullscape/worldgen/placed_feature/chorus_variation.json deleted file mode 100644 index 4aa20f2..0000000 --- a/data/nullscape/worldgen/placed_feature/chorus_variation.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "feature": "nullscape:chorus_quadratic", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 120 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 17, - "noise_factor": 250, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1350, - "noise_offset": 0 - }, - { - "type": "minecraft:rarity_filter", - "chance": 350 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/crystal/crystal.json b/data/nullscape/worldgen/placed_feature/crystal/crystal.json deleted file mode 100644 index f8580b8..0000000 --- a/data/nullscape/worldgen/placed_feature/crystal/crystal.json +++ /dev/null @@ -1,1147 +0,0 @@ -{ - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 150, - "xz_spread": 8, - "y_spread": 8, - "feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.015, - "feature": { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 50, - "xz_spread": 2, - "y_spread": 2, - "feature": { - "feature": { - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 25324, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 3.75, - 2.5, - 1.75, - 2.25, - 5.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:light", - "Properties": { - "level": "15", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "14", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "13", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "12", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "11", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "10", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "9", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "8", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "7", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "6", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "5", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "4", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "3", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "2", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "1", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "1", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "2", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:cave_air", - "Properties": { - "level": "3", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "4", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "5", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "6", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "7", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "8", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "9", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "10", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "11", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "12", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "13", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "14", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:light", - "Properties": { - "level": "15", - "waterlogged": "false" - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - } - ] - } - ] - } - } - ] - } - ] - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:amethyst_block", - "minecraft:cave_air", - "light" - ] - } - } - ] - } - }, - { - "chance": 0.4, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 999, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 1.075, - 1.5, - 0.75, - 1.05, - 1.25 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone", - "light", - "obsidian", - "crying_obsidian" - ] - } - ] - } - ] - } - } - ] - } - }, - { - "chance": 0.1, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 999, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 0.95, - 1.5, - 2, - 1.5, - 3, - 4.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidiann" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - }, - { - "Name": "minecraft:crying_obsidian" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:blackstone" - ] - } - ] - } - } - ] - } - } - ], - "default": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 9, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 1.075, - 1.5, - 0.75, - 1.05, - 1.25 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "light" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - } - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone", - "obsidian", - "crying_obsidian" - ] - } - ] - } - ] - } - }, - { - "type": "minecraft:count", - "count": 75 - }, - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:random_offset", - "xz_spread": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 5 - } - }, - "y_spread": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 5 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/crystal/crystal2.json b/data/nullscape/worldgen/placed_feature/crystal/crystal2.json deleted file mode 100644 index 86f7077..0000000 --- a/data/nullscape/worldgen/placed_feature/crystal/crystal2.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 1, - "xz_spread": 0, - "y_spread": 0, - "feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0, - "feature": { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 60, - "xz_spread": 3, - "y_spread": 3, - "feature": { - "feature": { - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "down", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "down", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "down", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "down", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 1, - "data": { - "Name": "minecraft:amethyst_cluster", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - } - }, - { - "weight": 2, - "data": { - "Name": "minecraft:large_amethyst_bud", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - } - }, - { - "weight": 4, - "data": { - "Name": "minecraft:medium_amethyst_bud", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - } - }, - { - "weight": 6, - "data": { - "Name": "minecraft:small_amethyst_bud", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - } - ] - } - } - ] - } - ] - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:amethyst_block", - "minecraft:cave_air" - ] - } - } - ] - } - }, - { - "chance": 0.495, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 999, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 1.075, - 1.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - } - ] - } - ] - } - } - ] - } - } - ], - "default": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 9, - "noise": { - "firstOctave": -6, - "amplitudes": [ - 1.075, - 1.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:cave_air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:tuff", - "minecraft:blackstone" - ] - } - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:amethyst_block", - "minecraft:blackstone" - ] - } - ] - } - ] - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/delta/delta2.json b/data/nullscape/worldgen/placed_feature/delta/delta2.json deleted file mode 100644 index 560a5d8..0000000 --- a/data/nullscape/worldgen/placed_feature/delta/delta2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "feature": "nullscape:delta/delta2", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 155 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/destroy_everything.json b/data/nullscape/worldgen/placed_feature/destroy_everything.json deleted file mode 100644 index 6bf9043..0000000 --- a/data/nullscape/worldgen/placed_feature/destroy_everything.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "feature": "nullscape:destroy_everything", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 20 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "heightmap", - "heightmap": "WORLD_SURFACE" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/float/asteroid.json b/data/nullscape/worldgen/placed_feature/float/asteroid.json deleted file mode 100644 index 68fdf21..0000000 --- a/data/nullscape/worldgen/placed_feature/float/asteroid.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.9375, - "feature": { - "feature": "nullscape:float/asteroid", - "placement": [] - } - } - ], - "default": { - "feature": "nullscape:float/asteroid_special", - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 405, - "noise_offset": -0.15 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 11, - "noise_factor": 1021, - "noise_offset": -0.325 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:rarity_filter", - "chance": 8 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:biased_to_bottom", - "min_inclusive": { - "above_bottom": 16 - }, - "max_inclusive": { - "below_top": 64 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/float/end_island_decorated.json b/data/nullscape/worldgen/placed_feature/float/end_island_decorated.json deleted file mode 100644 index 28be804..0000000 --- a/data/nullscape/worldgen/placed_feature/float/end_island_decorated.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "feature": "nullscape:float/end_island_decorated", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 14 - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 75, - "data": 2 - }, - { - "weight": 25, - "data": 4 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "min_inclusive": { - "above_bottom": 14 - }, - "max_inclusive": { - "below_top": 64 - }, - "type": "minecraft:uniform" - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/float/end_island_decorated_void.json b/data/nullscape/worldgen/placed_feature/float/end_island_decorated_void.json deleted file mode 100644 index 29872b4..0000000 --- a/data/nullscape/worldgen/placed_feature/float/end_island_decorated_void.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "feature": "nullscape:float/end_island_decorated_void", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 25 - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 75, - "data": 1 - }, - { - "weight": 25, - "data": 2 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "min_inclusive": { - "above_bottom": 7 - }, - "max_inclusive": { - "below_top": 64 - }, - "type": "minecraft:uniform" - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/float/inv.json b/data/nullscape/worldgen/placed_feature/float/inv.json deleted file mode 100644 index 0657601..0000000 --- a/data/nullscape/worldgen/placed_feature/float/inv.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "feature": "nullscape:float/inv", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 50 - }, - { - "weight": 0, - "data": 50 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 305, - "noise_offset": -1 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/patch_start.json b/data/nullscape/worldgen/placed_feature/glowstone/patch_start.json deleted file mode 100644 index af7803e..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/patch_start.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "feature": "nullscape:glowstone/patch_start", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 2 - }, - { - "weight": 0, - "data": 2 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/roots.json b/data/nullscape/worldgen/placed_feature/glowstone/roots.json deleted file mode 100644 index cf9eb99..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/roots.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "feature": "nullscape:glowstone/roots", - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1100, - "noise_offset": 0 - }, - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "max_steps": 32, - "target_condition": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:blackstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -10, - 0 - ], - "blocks": [ - "minecraft:end_stone" - ] - } - ] - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/roots_first.json b/data/nullscape/worldgen/placed_feature/glowstone/roots_first.json deleted file mode 100644 index 6a42c31..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/roots_first.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:glowstone/roots_first", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 45, - "noise_offset": 0.135 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 45, - "noise_offset": -0.135 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/tree.json b/data/nullscape/worldgen/placed_feature/glowstone/tree.json deleted file mode 100644 index ee71a8e..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/tree.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "feature": "nullscape:glowstone/tree", - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1100, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 10000, - "noise_factor": 401, - "noise_offset": 0.35 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/tree2.json b/data/nullscape/worldgen/placed_feature/glowstone/tree2.json deleted file mode 100644 index 32f9870..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/tree2.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "feature": "nullscape:glowstone/tree2", - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1100, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -6000, - "noise_factor": 401, - "noise_offset": -0.3 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/glowstone/tree_d1.json b/data/nullscape/worldgen/placed_feature/glowstone/tree_d1.json deleted file mode 100644 index a1382be..0000000 --- a/data/nullscape/worldgen/placed_feature/glowstone/tree_d1.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "feature": "nullscape:glowstone/tree_d1", - "placement": [ - { - "type": "minecraft:count", - "count": 220 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/highland/glowstone_patch.json b/data/nullscape/worldgen/placed_feature/highland/glowstone_patch.json deleted file mode 100644 index 45f6c39..0000000 --- a/data/nullscape/worldgen/placed_feature/highland/glowstone_patch.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 3 - } - }, - "vertical_range": 3, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -8, - "amplitudes": [ - 0, - 0 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 1, - "max_inclusive": 1 - }, - "slow_noise": { - "firstOctave": -7, - "amplitudes": [ - 1, - 1.5, - 1, - 1.75, - 1, - 2.75 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - } - ] - }, - "vegetation_feature": "nullscape:highland/glowstone_tree" - } - }, - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 40 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1100, - "noise_offset": 0 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/highland/glowstone_tree.json b/data/nullscape/worldgen/placed_feature/highland/glowstone_tree.json deleted file mode 100644 index 7e5a1b4..0000000 --- a/data/nullscape/worldgen/placed_feature/highland/glowstone_tree.json +++ /dev/null @@ -1,465 +0,0 @@ -{ - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.05, - "feature": { - "feature": { - "type": "minecraft:replace_single_block", - "config": { - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:blackstone" - }, - "state": { - "Name": "minecraft:glowstone" - } - } - ] - } - }, - "placement": [ - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": 1 - } - ] - } - }, - { - "chance": 0.95, - "feature": { - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 4, - "xz_spread": 14, - "y_spread": 64, - "feature": { - "feature": { - "type": "minecraft:block_column", - "config": { - "direction": "down", - "allowed_placement": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "prioritize_tip": false, - "layers": [ - { - "height": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 1, - "max_inclusive": 5 - } - }, - "provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:glowstone" - } - } - } - ] - } - }, - "placement": [ - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "max_steps": 32, - "target_condition": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:not", - "predicate": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - -1 - ], - "blocks": [ - "minecraft:glowstone" - ] - } - ] - } - } - ] - }, - { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:not", - "predicate": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - -1 - ], - "blocks": [ - "minecraft:glowstone" - ] - } - ] - } - } - ] - }, - { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:not", - "predicate": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - -1 - ], - "blocks": [ - "minecraft:glowstone" - ] - } - ] - } - } - ] - }, - { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:not", - "predicate": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - -1 - ], - "blocks": [ - "minecraft:glowstone" - ] - } - ] - } - } - ] - }, - { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - -1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:not", - "predicate": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 1 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:glowstone" - ] - } - ] - } - } - ] - } - ] - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": -16 - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": -16 - } - ] - } - } - ], - "default": { - "feature": { - "type": "minecraft:no_op", - "config": {} - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 601, - "noise_offset": -0.1 - }, - { - "type": "minecraft:count", - "count": 160 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/highland/patch_bottom.json b/data/nullscape/worldgen/placed_feature/highland/patch_bottom.json deleted file mode 100644 index 03bac47..0000000 --- a/data/nullscape/worldgen/placed_feature/highland/patch_bottom.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "ceiling", - "depth": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 3 - } - }, - "vertical_range": 3, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.000225, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 2, - "max_inclusive": 4 - } - }, - "replaceable": "#nullscape:end_stone", - "ground_state": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -8, - "amplitudes": [ - 0, - 0 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 1, - "max_inclusive": 1 - }, - "slow_noise": { - "firstOctave": -7, - "amplitudes": [ - 1, - 1.5, - 1, - 1.75, - 1, - 2.75 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - }, - { - "Name": "minecraft:end_stone" - } - ] - }, - "vegetation_feature": "nullscape:highland/glowstone_tree" - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:count", - "count": 256 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 1800, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 1100, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "max_steps": 32, - "target_condition": { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:end_stone" - ] - } - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/infested/sculk.json b/data/nullscape/worldgen/placed_feature/infested/sculk.json deleted file mode 100644 index 624daa0..0000000 --- a/data/nullscape/worldgen/placed_feature/infested/sculk.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "feature": { - "type": "minecraft:sculk_patch", - "config": { - "charge_count": 8, - "amount_per_charge": 500, - "spread_attempts": 64, - "growth_rounds": 0, - "spread_rounds": 1, - "extra_rare_growths": 0, - "catalyst_chance": 0.01 - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:count", - "count": 128 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 0 - }, - "max_inclusive": { - "absolute": 384 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/infested/tendril.json b/data/nullscape/worldgen/placed_feature/infested/tendril.json deleted file mode 100644 index 30dabe0..0000000 --- a/data/nullscape/worldgen/placed_feature/infested/tendril.json +++ /dev/null @@ -1,551 +0,0 @@ -{ - "feature": { - "type": "minecraft:random_patch", - "config": { - "tries": 500, - "xz_spread": 11, - "y_spread": 11, - "feature": { - "feature": { - "type": "minecraft:random_selector", - "config": { - "features": [ - { - "chance": 0.5, - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 999, - "noise": { - "firstOctave": 5, - "amplitudes": [ - 1.75 - ] - }, - "scale": 0.00001, - "states": [ - { - "Name": "minecraft:air" - }, - { - "Name": "minecraft:cave_air" - }, - { - "Name": "minecraft:air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "minecraft:sculk", - "minecraft:stone", - "cave_air", - "obsidian", - "crying_obsidian" - ] - } - ] - } - ] - } - } - ] - } - } - ], - "default": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 9, - "noise": { - "firstOctave": -4, - "amplitudes": [ - 1.75 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:void_air" - }, - { - "Name": "minecraft:sculk" - }, - { - "Name": "minecraft:void_air" - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 0 - ], - "blocks": [ - "minecraft:cave_air", - "cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:tuff", - "minecraft:stone" - ] - } - ] - } - ] - } - } - ] - } - } - }, - "placement": [] - } - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 3 - }, - { - "type": "minecraft:count", - "count": 256 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 0 - }, - "max_inclusive": { - "absolute": 384 - } - } - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air", - "minecraft:cave_air" - ] - }, - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 1, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 1 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -1, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -1 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - - - { - "type": "minecraft:matching_blocks", - "offset": [ - 2, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - 2 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - -2, - 0, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 0, - -2 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 2, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -2, - 0 - ], - "blocks": [ - "minecraft:sculk", - "minecraft:stone", - "obsidian", - "crying_obsidian" - ] - } - ] - } - ] - } - }, - { - "type": "minecraft:count", - "count": 25 - }, - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:random_offset", - "xz_spread": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 5 - } - }, - "y_spread": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 5 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/chorus_plant.json b/data/nullscape/worldgen/placed_feature/mountain/chorus_plant.json deleted file mode 100644 index ea61e40..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/chorus_plant.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "nullscape:mountain/chorus_plant", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 24 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 16, - "noise_factor": 185, - "noise_offset": 0 - }, - { - "type": "minecraft:rarity_filter", - "chance": 64 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/mountain.json b/data/nullscape/worldgen/placed_feature/mountain/mountain.json deleted file mode 100644 index 423ea66..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/mountain.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "feature": "nullscape:mountain/mountain", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 25, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/mountain_inv.json b/data/nullscape/worldgen/placed_feature/mountain/mountain_inv.json deleted file mode 100644 index 3d54e86..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/mountain_inv.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "feature": "nullscape:mountain/mountain_inv", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -25, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/mountain_inv_less.json b/data/nullscape/worldgen/placed_feature/mountain/mountain_inv_less.json deleted file mode 100644 index e8a275a..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/mountain_inv_less.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "feature": "nullscape:mountain/mountain_inv_less", - "placement": [ - { - "type": "minecraft:count", - "count": 175 - }, - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -25, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/mountain_less.json b/data/nullscape/worldgen/placed_feature/mountain/mountain_less.json deleted file mode 100644 index 561886a..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/mountain_less.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "feature": "nullscape:mountain/mountain_less", - "placement": [ - { - "type": "minecraft:count", - "count": 175 - }, - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 25, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/pillar.json b/data/nullscape/worldgen/placed_feature/mountain/pillar.json deleted file mode 100644 index cf138a3..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/pillar.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "feature": "nullscape:mountain/pillar", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 200 - }, - { - "weight": 0, - "data": 200 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -20, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 1000 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 234, - "noise_offset": 0.4 - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/mountain/pillar_down.json b/data/nullscape/worldgen/placed_feature/mountain/pillar_down.json deleted file mode 100644 index e04394b..0000000 --- a/data/nullscape/worldgen/placed_feature/mountain/pillar_down.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "feature": "nullscape:mountain/pillar_down", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 200 - }, - { - "weight": 0, - "data": 200 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 20, - "noise_factor": 305, - "noise_offset": 0 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 1000 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 234, - "noise_offset": 0.4 - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/base.json b/data/nullscape/worldgen/placed_feature/rift/base.json deleted file mode 100644 index 4959290..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/base.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:rift/base", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/blackstone.json b/data/nullscape/worldgen/placed_feature/rift/blackstone.json deleted file mode 100644 index 3fc14a8..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/blackstone.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "feature": "nullscape:rift/blackstone", - "placement": [ - { - "type": "minecraft:count", - "count": 165 - }, - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 76, - "noise_offset": 1 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -6, - "noise_factor": 76, - "noise_offset": -1 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 1 - }, - "max_inclusive": { - "below_top": 1 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:rarity_filter", - "chance": 20 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_1.json b/data/nullscape/worldgen/placed_feature/rift/cracks_1.json deleted file mode 100644 index 26d29de..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_1.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": -0.5 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.34 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.34 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_2.json b/data/nullscape/worldgen/placed_feature/rift/cracks_2.json deleted file mode 100644 index 4b036fc..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_2.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": -0.25 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.275 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.275 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_3.json b/data/nullscape/worldgen/placed_feature/rift/cracks_3.json deleted file mode 100644 index 5750426..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_3.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.2 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.2 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_4.json b/data/nullscape/worldgen/placed_feature/rift/cracks_4.json deleted file mode 100644 index fc83e56..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_4.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": 0.375 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.135 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.135 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_5.json b/data/nullscape/worldgen/placed_feature/rift/cracks_5.json deleted file mode 100644 index e0ba122..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_5.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": 0.75 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.08 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.08 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_crying.json b/data/nullscape/worldgen/placed_feature/rift/cracks_crying.json deleted file mode 100644 index 78f967b..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_crying.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_crying", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": -0.565 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.15 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 35 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_crying_2.json b/data/nullscape/worldgen/placed_feature/rift/cracks_crying_2.json deleted file mode 100644 index 97452c9..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_crying_2.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_crying_2", - "placement": [ - { - "type": "minecraft:count", - "count": 172 - }, - { - "type": "minecraft:count", - "count": 7 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 284, - "noise_offset": -0.675 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 46, - "noise_offset": 0.225 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 46, - "noise_offset": -0.225 - }, - { - "type": "heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:rarity_filter", - "chance": 50 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/cracks_start.json b/data/nullscape/worldgen/placed_feature/rift/cracks_start.json deleted file mode 100644 index 3a55c70..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/cracks_start.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "feature": "nullscape:rift/cracks_start", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 5 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift.json b/data/nullscape/worldgen/placed_feature/rift/rift.json deleted file mode 100644 index e1a0e4c..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "feature": "nullscape:rift/rift", - "placement": [ - { - "type": "count", - "count": 16 - }, - { - "type": "minecraft:count_on_every_layer", - "count": 255 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 65, - "noise_offset": 0.075 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 65, - "noise_offset": -0.075 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 200, - "noise_offset": -0.8 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift_crying_obsidian.json b/data/nullscape/worldgen/placed_feature/rift/rift_crying_obsidian.json deleted file mode 100644 index 78b6a26..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift_crying_obsidian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "feature": "nullscape:rift/rift_crying_obsidian", - "placement": [ - { - "type": "carving_mask", - "step": "air" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift_gateway.json b/data/nullscape/worldgen/placed_feature/rift/rift_gateway.json deleted file mode 100644 index 1407573..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift_gateway.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "feature": "nullscape:rift/rift_gateway", - "placement": [ - { - "type": "carving_mask", - "step": "air" - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:air", - "minecraft:blackstone", - "minecraft:obsidian", - "minecraft:crying_obsidian", - "minecraft:end_stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:blackstone", - "minecraft:obsidian", - "minecraft:crying_obsidian", - "minecraft:end_stone" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift_obsidian.json b/data/nullscape/worldgen/placed_feature/rift/rift_obsidian.json deleted file mode 100644 index 7c9a83d..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift_obsidian.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "feature": "nullscape:rift/rift_obsidian", - "placement": [ - { - "type": "carving_mask", - "step": "air" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift_obsidian_spread.json b/data/nullscape/worldgen/placed_feature/rift/rift_obsidian_spread.json deleted file mode 100644 index 051a8c3..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift_obsidian_spread.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "feature": "nullscape:rift/rift_obsidian_spread", - "placement": [ - { - "type": "carving_mask", - "step": "air" - }, - { - "type": "minecraft:rarity_filter", - "chance": 4 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/rift_sucks.json b/data/nullscape/worldgen/placed_feature/rift/rift_sucks.json deleted file mode 100644 index 954ff39..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/rift_sucks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "feature": "nullscape:rift/rift_sucks", - "placement": [ - { - "type": "count", - "count": 16 - }, - { - "type": "minecraft:count_on_every_layer", - "count": 255 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 65, - "noise_offset": 0.075 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 65, - "noise_offset": -0.075 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 200, - "noise_offset": -0.8 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/rift/toast_feature.json b/data/nullscape/worldgen/placed_feature/rift/toast_feature.json deleted file mode 100644 index f7ee880..0000000 --- a/data/nullscape/worldgen/placed_feature/rift/toast_feature.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "feature": "nullscape:rift/toast_feature", - "placement": [ - { - "type": "carving_mask", - "step": "air" - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:smooth_quartz", - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:smooth_quartz", - "minecraft:air" - ] - } - ] - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/amethyst1.json b/data/nullscape/worldgen/placed_feature/shadow/amethyst1.json deleted file mode 100644 index ca69949..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/amethyst1.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "feature": "nullscape:shadow/amethyst_base", - "placement": [ - { - "type": "minecraft:count", - "count": 225 - }, - { - "type": "minecraft:count", - "count": 12 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 140, - "noise_offset": 0.12 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 140, - "noise_offset": -0.12 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 337, - "noise_offset": -0.45 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/amethyst2.json b/data/nullscape/worldgen/placed_feature/shadow/amethyst2.json deleted file mode 100644 index ebafe1f..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/amethyst2.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "feature": "nullscape:shadow/amethyst_base", - "placement": [ - { - "type": "minecraft:count", - "count": 225 - }, - { - "type": "minecraft:count", - "count": 12 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 140, - "noise_offset": 0.08 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 140, - "noise_offset": -0.08 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 337, - "noise_offset": -0.35 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/amethyst3.json b/data/nullscape/worldgen/placed_feature/shadow/amethyst3.json deleted file mode 100644 index e494207..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/amethyst3.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "feature": "nullscape:shadow/amethyst_base", - "placement": [ - { - "type": "minecraft:count", - "count": 225 - }, - { - "type": "minecraft:count", - "count": 12 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 140, - "noise_offset": 0.05 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 140, - "noise_offset": -0.05 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 337, - "noise_offset": -0.25 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/amethyst4.json b/data/nullscape/worldgen/placed_feature/shadow/amethyst4.json deleted file mode 100644 index e0d99c7..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/amethyst4.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "feature": "nullscape:shadow/amethyst_base", - "placement": [ - { - "type": "minecraft:count", - "count": 225 - }, - { - "type": "minecraft:count", - "count": 12 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 140, - "noise_offset": 0.015 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 140, - "noise_offset": -0.015 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 337, - "noise_offset": -0.15 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/amethyst_base.json b/data/nullscape/worldgen/placed_feature/shadow/amethyst_base.json deleted file mode 100644 index 5eb9005..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/amethyst_base.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "nullscape:shadow/amethyst_base", - "placement": [ - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/basalt.json b/data/nullscape/worldgen/placed_feature/shadow/basalt.json deleted file mode 100644 index 1da3452..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/basalt.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "feature": "nullscape:shadow/basalt", - "placement": [ - { - "type": "minecraft:count", - "count": 170 - }, - { - "type": "minecraft:count", - "count": 20 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/blackstone.json b/data/nullscape/worldgen/placed_feature/shadow/blackstone.json deleted file mode 100644 index a7a9714..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/blackstone.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "feature": "nullscape:shadow/blackstone", - "placement": [ - { - "type": "minecraft:count", - "count": 175 - }, - { - "type": "minecraft:count", - "count": 40 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/bone_tree.json b/data/nullscape/worldgen/placed_feature/shadow/bone_tree.json deleted file mode 100644 index 2903597..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/bone_tree.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:shadow/bone_tree", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/bone_trees1.json b/data/nullscape/worldgen/placed_feature/shadow/bone_trees1.json deleted file mode 100644 index 12ab0ee..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/bone_trees1.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "feature": "nullscape:shadow/bone_trees1", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 250 - }, - { - "weight": 0, - "data": 250 - } - ] - } - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 10, - "noise_factor": 226, - "noise_offset": 0.25 - }, - { - "type": "minecraft:rarity_filter", - "chance": 100 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/coral_ceiling.json b/data/nullscape/worldgen/placed_feature/shadow/coral_ceiling.json deleted file mode 100644 index 8f75629..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/coral_ceiling.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "feature": "nullscape:shadow/coral_ceiling", - "placement": [ - { - "type": "minecraft:count", - "count": 230 - }, - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/coral_surface.json b/data/nullscape/worldgen/placed_feature/shadow/coral_surface.json deleted file mode 100644 index 174b062..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/coral_surface.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "feature": "nullscape:shadow/coral_surface", - "placement": [ - { - "type": "minecraft:count", - "count": 230 - }, - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/droop.json b/data/nullscape/worldgen/placed_feature/shadow/droop.json deleted file mode 100644 index 6867772..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/droop.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "feature": "nullscape:shadow/droop", - "placement": [ - { - "type": "minecraft:count", - "count": 250 - }, - { - "type": "minecraft:count", - "count": 6 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/pillar.json b/data/nullscape/worldgen/placed_feature/shadow/pillar.json deleted file mode 100644 index d10d15c..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/pillar.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "feature": "nullscape:shadow/pillar", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 200 - }, - { - "weight": 0, - "data": 200 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 20, - "noise_factor": 257, - "noise_offset": 0.45 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 1000 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 50, - "noise_factor": 234, - "noise_offset": 0.4 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/pillar_down.json b/data/nullscape/worldgen/placed_feature/shadow/pillar_down.json deleted file mode 100644 index 985e68b..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/pillar_down.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "feature": "nullscape:shadow/pillar_down", - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:weighted_list", - "distribution": [ - { - "weight": 100, - "data": 200 - }, - { - "weight": 0, - "data": 200 - } - ] - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 20, - "noise_factor": 255, - "noise_offset": 0.45 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 1000 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 50, - "noise_factor": 231, - "noise_offset": 0.4 - }, - { - "type": "biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/pillars_coral.json b/data/nullscape/worldgen/placed_feature/shadow/pillars_coral.json deleted file mode 100644 index d03bc23..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/pillars_coral.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "feature": { - "type": "minecraft:simple_random_selector", - "config": { - "features": [ - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 25646, - "noise": { - "firstOctave": -4, - "amplitudes": [ - 1, - 1, - 1.5, - 2.5, - 2.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:dead_brain_coral_wall_fan", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_bubble_coral_wall_fan", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_fire_coral_wall_fan", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_horn_coral_wall_fan", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_tube_coral_wall_fan", - "Properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_block_tag", - "offset": [ - -1, - 0, - 0 - ], - "tag": "nullscape:coral" - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 25646, - "noise": { - "firstOctave": -4, - "amplitudes": [ - 1, - 1, - 1.5, - 2.5, - 2.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:dead_brain_coral_wall_fan", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_bubble_coral_wall_fan", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_fire_coral_wall_fan", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_horn_coral_wall_fan", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_tube_coral_wall_fan", - "Properties": { - "facing": "west", - "waterlogged": "false" - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_block_tag", - "offset": [ - 1, - 0, - 0 - ], - "tag": "nullscape:coral" - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 25646, - "noise": { - "firstOctave": -4, - "amplitudes": [ - 1, - 1, - 1.5, - 2.5, - 2.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:dead_brain_coral_wall_fan", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_bubble_coral_wall_fan", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_fire_coral_wall_fan", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_horn_coral_wall_fan", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_tube_coral_wall_fan", - "Properties": { - "facing": "north", - "waterlogged": "false" - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_block_tag", - "offset": [ - 0, - 0, - 1 - ], - "tag": "nullscape:coral" - } - ] - } - } - ] - }, - { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:noise_provider", - "seed": 25646, - "noise": { - "firstOctave": -4, - "amplitudes": [ - 1, - 1, - 1.5, - 2.5, - 2.5 - ] - }, - "scale": 1, - "states": [ - { - "Name": "minecraft:dead_brain_coral_wall_fan", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_bubble_coral_wall_fan", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_fire_coral_wall_fan", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_horn_coral_wall_fan", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "Name": "minecraft:dead_tube_coral_wall_fan", - "Properties": { - "facing": "south", - "waterlogged": "false" - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_block_tag", - "offset": [ - 0, - 0, - -1 - ], - "tag": "nullscape:coral" - } - ] - } - } - ] - } - ] - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": 9 - }, - { - "type": "minecraft:count_on_every_layer", - "count": 256 - }, - { - "type": "minecraft:random_offset", - "xz_spread": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -4, - "max_inclusive": 4 - } - }, - "y_spread": { - "type": "minecraft:clamped", - "value": { - "min_inclusive": 0, - "max_inclusive": 16, - "source": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 16 - } - } - } - } - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": { - "type": "minecraft:clamped", - "value": { - "min_inclusive": 0, - "max_inclusive": 16, - "source": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": -5, - "max_inclusive": 16 - } - } - } - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/shadow_cut.json b/data/nullscape/worldgen/placed_feature/shadow/shadow_cut.json deleted file mode 100644 index c47ed8d..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/shadow_cut.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "feature": { - "type": "minecraft:vegetation_patch", - "config": { - "surface": "floor", - "depth": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 6, - "max_inclusive": 8 - } - }, - "vertical_range": 4, - "extra_bottom_block_chance": 0, - "extra_edge_column_chance": 0.5, - "vegetation_chance": 0.65, - "xz_radius": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 1, - "max_inclusive": 2 - } - }, - "replaceable": "#nullscape:amethyst_cut", - "ground_state": { - "type": "minecraft:dual_noise_provider", - "seed": 0, - "noise": { - "firstOctave": -2, - "amplitudes": [ - 0, - 0, - 0 - ] - }, - "scale": 1, - "variety": { - "min_inclusive": 24, - "max_inclusive": 26 - }, - "slow_noise": { - "firstOctave": -8, - "amplitudes": [ - 1.95, - 1.25, - 0.75, - 1.95 - ] - }, - "slow_scale": 1, - "states": [ - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - }, - { - "Name": "minecraft:smooth_basalt" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:amethyst_block" - }, - { - "Name": "minecraft:blackstone" - }, - { - "Name": "minecraft:smooth_basalt" - }, - { - "Name": "minecraft:basalt", - "Properties": { - "axis": "y" - } - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_horn_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_tube_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_bubble_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - }, - { - "Name": "minecraft:dead_fire_coral_block" - } - ] - }, - "vegetation_feature": { - "feature": { - "type": "minecraft:netherrack_replace_blobs", - "config": { - "state": { - "Name": "minecraft:air" - }, - "target": { - "Name": "minecraft:amethyst_block" - }, - "radius": { - "type": "minecraft:clamped", - "value": { - "min_inclusive": 0, - "max_inclusive": 1, - "source": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 0, - "max_inclusive": 0 - } - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:biased_to_bottom", - "value": { - "min_inclusive": 1, - "max_inclusive": 4 - } - } - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 20 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 381, - "noise_offset": -0.25 - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/simple_coral.json b/data/nullscape/worldgen/placed_feature/shadow/simple_coral.json deleted file mode 100644 index 96ba586..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/simple_coral.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "feature": "nullscape:shadow/simple_coral", - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:dead_brain_coral_block", - "minecraft:dead_bubble_coral_block", - "minecraft:dead_fire_coral_block", - "minecraft:dead_horn_coral_block" - ] - }, - { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - 1, - 0 - ], - "blocks": [ - "minecraft:air" - ] - } - ] - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shadow/vegetation.json b/data/nullscape/worldgen/placed_feature/shadow/vegetation.json deleted file mode 100644 index 0af5195..0000000 --- a/data/nullscape/worldgen/placed_feature/shadow/vegetation.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "feature": "nullscape:shadow/simple_coral", - "placement": [ - { - "type": "minecraft:count_on_every_layer", - "count": 80 - }, - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:replaceable" - }, - { - "type": "minecraft:matching_blocks", - "offset": [ - 0, - -1, - 0 - ], - "blocks": [ - "minecraft:dead_fire_coral_block", - "minecraft:dead_bubble_coral_block", - "minecraft:dead_bubble_coral_block", - "minecraft:dead_horn_coral_block" - ] - } - ] - } - }, - { - "type": "minecraft:biome" - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shattered/basalt.json b/data/nullscape/worldgen/placed_feature/shattered/basalt.json deleted file mode 100644 index ff9777f..0000000 --- a/data/nullscape/worldgen/placed_feature/shattered/basalt.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "nullscape:shattered/basalt", - "placement": [ - { - "type": "carving_mask", - "step": "liquid" - }, - { - "type": "minecraft:rarity_filter", - "chance": 8 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 177, - "noise_offset": 0.35 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shattered/blackstone.json b/data/nullscape/worldgen/placed_feature/shattered/blackstone.json deleted file mode 100644 index 03b9518..0000000 --- a/data/nullscape/worldgen/placed_feature/shattered/blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "nullscape:shattered/blackstone", - "placement": [ - { - "type": "carving_mask", - "step": "liquid" - }, - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 177, - "noise_offset": 0.35 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/shattered/crying.json b/data/nullscape/worldgen/placed_feature/shattered/crying.json deleted file mode 100644 index 8fe0e5e..0000000 --- a/data/nullscape/worldgen/placed_feature/shattered/crying.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "nullscape:shattered/crying", - "placement": [ - { - "type": "carving_mask", - "step": "liquid" - }, - { - "type": "minecraft:rarity_filter", - "chance": 15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 177, - "noise_offset": 0.35 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/base.json b/data/nullscape/worldgen/placed_feature/tar/base.json deleted file mode 100644 index 51748ba..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/base.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:tar/base", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_1.json b/data/nullscape/worldgen/placed_feature/tar/cracks_1.json deleted file mode 100644 index c91b4c9..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_1.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 252 - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 144, - "noise_offset": 0 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 33, - "noise_offset": 0.25 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 33, - "noise_offset": -0.25 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_2.json b/data/nullscape/worldgen/placed_feature/tar/cracks_2.json deleted file mode 100644 index 09bb072..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_2.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 252 - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 144, - "noise_offset": 0.1 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 33, - "noise_offset": 0.2 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 33, - "noise_offset": -0.2 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_3.json b/data/nullscape/worldgen/placed_feature/tar/cracks_3.json deleted file mode 100644 index a8637a2..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_3.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 252 - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 144, - "noise_offset": 0.2 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 33, - "noise_offset": 0.15 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 33, - "noise_offset": -0.15 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_4.json b/data/nullscape/worldgen/placed_feature/tar/cracks_4.json deleted file mode 100644 index 1b2e9f4..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_4.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 252 - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 144, - "noise_offset": 0.3 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 33, - "noise_offset": 0.1 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 33, - "noise_offset": -0.1 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_5.json b/data/nullscape/worldgen/placed_feature/tar/cracks_5.json deleted file mode 100644 index 75e109a..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_5.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:count", - "count": 252 - }, - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 40, - "noise_factor": 144, - "noise_offset": 0.4 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 1, - "noise_factor": 33, - "noise_offset": 0.05 - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": -1, - "noise_factor": 33, - "noise_offset": -0.05 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/cracks_start.json b/data/nullscape/worldgen/placed_feature/tar/cracks_start.json deleted file mode 100644 index 0a9d77a..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/cracks_start.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "feature": "nullscape:tar/cracks_start", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 5 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/glass_column.json b/data/nullscape/worldgen/placed_feature/tar/glass_column.json deleted file mode 100644 index 1bed5f3..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/glass_column.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:tar/glass_column", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/tar_pit.json b/data/nullscape/worldgen/placed_feature/tar/tar_pit.json deleted file mode 100644 index 0feaa96..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/tar_pit.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:tar/tar_pit", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/tar_pit_glowing.json b/data/nullscape/worldgen/placed_feature/tar/tar_pit_glowing.json deleted file mode 100644 index 6724de1..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/tar_pit_glowing.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:tar/tar_pit_glowing", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/tar/tar_pits.json b/data/nullscape/worldgen/placed_feature/tar/tar_pits.json deleted file mode 100644 index 92f770e..0000000 --- a/data/nullscape/worldgen/placed_feature/tar/tar_pits.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "feature": "nullscape:tar/tar_pits", - "placement": [ - { - "type": "count", - "count": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 50, - "max_inclusive": 55 - } - } - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:noise_based_count", - "noise_to_count_ratio": 27, - "noise_factor": 144, - "noise_offset": -0.1 - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "above_bottom": 0 - }, - "max_inclusive": { - "below_top": 0 - } - } - }, - { - "type": "minecraft:rarity_filter", - "chance": 60 - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "down", - "target_condition": { - "type": "minecraft:solid" - }, - "allowed_search_condition": { - "type": "minecraft:matching_blocks", - "blocks": [ - "minecraft:air" - ] - }, - "max_steps": 32 - } - ] -} diff --git a/data/nullscape/worldgen/placed_feature/void/void_94.json b/data/nullscape/worldgen/placed_feature/void/void_94.json deleted file mode 100644 index c364cfe..0000000 --- a/data/nullscape/worldgen/placed_feature/void/void_94.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:void/void_94", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/void/void_95.json b/data/nullscape/worldgen/placed_feature/void/void_95.json deleted file mode 100644 index 73ac449..0000000 --- a/data/nullscape/worldgen/placed_feature/void/void_95.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:void/void_95", - "placement": [] -} diff --git a/data/nullscape/worldgen/placed_feature/void/void_96.json b/data/nullscape/worldgen/placed_feature/void/void_96.json deleted file mode 100644 index ccdbe54..0000000 --- a/data/nullscape/worldgen/placed_feature/void/void_96.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "nullscape:void/void_96", - "placement": [] -} diff --git a/data/nullscape/worldgen/processor_list/disintegrate_20.json b/data/nullscape/worldgen/processor_list/disintegrate_20.json deleted file mode 100644 index eac4ac8..0000000 --- a/data/nullscape/worldgen/processor_list/disintegrate_20.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:bone_block", - "probability": 0.10 - }, - "output_state": { - "Name": "minecraft:air" - } - } - ] - } - ] -} diff --git a/data/nullscape/worldgen/processor_list/disintegrate_50.json b/data/nullscape/worldgen/processor_list/disintegrate_50.json deleted file mode 100644 index 8eb85d2..0000000 --- a/data/nullscape/worldgen/processor_list/disintegrate_50.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:bone_block", - "probability": 0.20 - }, - "output_state": { - "Name": "minecraft:air" - } - } - ] - } - ] -} diff --git a/data/nullscape/worldgen/processor_list/disintegrate_80.json b/data/nullscape/worldgen/processor_list/disintegrate_80.json deleted file mode 100644 index 86fe142..0000000 --- a/data/nullscape/worldgen/processor_list/disintegrate_80.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:bone_block", - "probability": 0.50 - }, - "output_state": { - "Name": "minecraft:air" - } - } - ] - } - ] -} diff --git a/data/nullscape/worldgen/processor_list/phantom_nest.json b/data/nullscape/worldgen/processor_list/phantom_nest.json deleted file mode 100644 index b0900ed..0000000 --- a/data/nullscape/worldgen/processor_list/phantom_nest.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "processors": [ - { - "rules": [ - { - "position_predicate": { - "predicate_type": "minecraft:always_true" - }, - "output_state": { - "Name": "minecraft:crying_obsidian" - }, - "input_predicate": { - "block": "minecraft:obsidian", - "probability": 0.18, - "predicate_type": "minecraft:random_block_match" - }, - "location_predicate": { - "predicate_type": "minecraft:always_true" - } - }, - { - "position_predicate": { - "predicate_type": "minecraft:always_true" - }, - "output_state": { - "Name": "minecraft:lime_stained_glass" - }, - "input_predicate": { - "block": "minecraft:blue_stained_glass", - "probability": 0.02, - "predicate_type": "minecraft:random_block_match" - }, - "location_predicate": { - "predicate_type": "minecraft:always_true" - } - }, - { - "position_predicate": { - "predicate_type": "minecraft:always_true" - }, - "output_state": { - "Name": "minecraft:blue_stained_glass" - }, - "input_predicate": { - "block": "minecraft:lime_stained_glass", - "probability": 0.02, - "predicate_type": "minecraft:random_block_match" - }, - "location_predicate": { - "predicate_type": "minecraft:always_true" - } - } - ], - "processor_type": "minecraft:rule", - "name": "nullscape:phantom_nest" - } - ] -} \ No newline at end of file diff --git a/data/nullscape/worldgen/processor_list/void_suppression.json b/data/nullscape/worldgen/processor_list/void_suppression.json deleted file mode 100644 index 3ab3e2a..0000000 --- a/data/nullscape/worldgen/processor_list/void_suppression.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:void_air" - }, - "input_predicate": { - "predicate_type": "minecraft:always_true" - }, - "output_state": { - "Name": "minecraft:structure_void" - } - } - ] - } - ] -} diff --git a/data/nullscape/worldgen/structure/dragon_skeleton.json b/data/nullscape/worldgen/structure/dragon_skeleton.json deleted file mode 100644 index 39c6e04..0000000 --- a/data/nullscape/worldgen/structure/dragon_skeleton.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": [ - "nullscape:shadowlands" - ], - "step": "surface_structures", - "spawn_overrides": {}, - "terrain_adaptation": "none", - "start_pool": "nullscape:dragon_skeleton", - "size": 6, - "start_height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 20 - }, - "max_inclusive": { - "absolute": 240 - } - }, - "max_distance_from_center": 112, - "use_expansion_hack": false -} diff --git a/data/nullscape/worldgen/structure/phantom_nest.json b/data/nullscape/worldgen/structure/phantom_nest.json deleted file mode 100644 index 1150014..0000000 --- a/data/nullscape/worldgen/structure/phantom_nest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": [ - "nullscape:crystal_peaks", - "nullscape:void_barrens" - ], - "step": "surface_structures", - "spawn_overrides": {}, - "terrain_adaptation": "none", - "start_pool": "nullscape:phantom/main_hive", - "size": 6, - "start_height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 20 - }, - "max_inclusive": { - "absolute": 240 - } - }, - "max_distance_from_center": 112, - "use_expansion_hack": false -} diff --git a/data/nullscape/worldgen/structure_set/dragon_skeleton.json b/data/nullscape/worldgen/structure_set/dragon_skeleton.json deleted file mode 100644 index fa3cf76..0000000 --- a/data/nullscape/worldgen/structure_set/dragon_skeleton.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "structures": [ - { - "structure": "nullscape:dragon_skeleton", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "salt": 461798080, - "spread_type": "linear", - "spacing": 22, - "separation": 12 - } -} diff --git a/data/nullscape/worldgen/template_pool/dragon_skeleton.json b/data/nullscape/worldgen/template_pool/dragon_skeleton.json deleted file mode 100644 index 68c0485..0000000 --- a/data/nullscape/worldgen/template_pool/dragon_skeleton.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "name": "d", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "minecraft:empty" - } - }, - - - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_20" - } - }, - - - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_50" - } - }, - - - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_80" - } - } - ] -} diff --git a/data/nullscape/worldgen/template_pool/dragon_skeleton_boneyard.json b/data/nullscape/worldgen/template_pool/dragon_skeleton_boneyard.json deleted file mode 100644 index 68c0485..0000000 --- a/data/nullscape/worldgen/template_pool/dragon_skeleton_boneyard.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "name": "d", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "minecraft:empty" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "minecraft:empty" - } - }, - - - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_20" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_20" - } - }, - - - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_50" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_50" - } - }, - - - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/1", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/2", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/3", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/4", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/5", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/6", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/7", - "processors": "nullscape:disintegrate_80" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "nullscape:skeleton/8", - "processors": "nullscape:disintegrate_80" - } - } - ] -} diff --git a/data/nullscape/worldgen/template_pool/phantom/hives.json b/data/nullscape/worldgen/template_pool/phantom/hives.json deleted file mode 100644 index fe5ed52..0000000 --- a/data/nullscape/worldgen/template_pool/phantom/hives.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "nullscape:phantom/hives", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "nullscape:phantom/hive1", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/hive2", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/hive3", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/nullscape/worldgen/template_pool/phantom/main_hive.json b/data/nullscape/worldgen/template_pool/phantom/main_hive.json deleted file mode 100644 index bf5738e..0000000 --- a/data/nullscape/worldgen/template_pool/phantom/main_hive.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "nullscape:phantom/main_hive", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "nullscape:phantom/main_hive", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/nullscape/worldgen/template_pool/phantom/ribbons.json b/data/nullscape/worldgen/template_pool/phantom/ribbons.json deleted file mode 100644 index 9d9d406..0000000 --- a/data/nullscape/worldgen/template_pool/phantom/ribbons.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "nullscape:phantom/ribbons", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon1", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon2", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon3", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon4", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon5", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon6", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon7", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "nullscape:phantom/ribbon8", - "processors": "nullscape:phantom_nest", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/license.txt b/license.txt deleted file mode 100644 index 574acbd..0000000 --- a/license.txt +++ /dev/null @@ -1,54 +0,0 @@ -This License describes how all Stardust Labs datapacks and mods and their code may (and, conversely, may not) be used. This License is subject to change by Starmute and Stardust Labs at their SOLE DISCRETION at any time. This License was last altered on February 5, 2023. - - -PERMITTED USES -=================== - - - You are permitted to use any Stardust Labs datapacks and/or mods for whatever personal purpose you desire. You can use it on a singleplayer world and modify it as much as you want, as long as you don't distribute modified versions of the datapacks and/or mods. - - - You are permitted to use Stardust Labs datapacks or mods on any Minecraft server, public or private. It is recommended, but not required, that you give credit to Stardust Labs or note somewhere on your server that said datapack or mod is in use. Furthermore: - - * You are additionally permitted to use Stardust Labs datapacks and mods in any MODIFIED form on any Minecraft server, public or private, provided that you do not distribute any modified versions of said datapacks or mods. - - - You are permitted to use Stardust Labs datapacks or mods in their UNMODIFIED form as part of a publicly distributed modpack. If you do so, you MUST give credit to Stardust Labs and include a link to the relevant datapack or mod. The datapack or mod must be used in its whole form (besides any compatibility addons for other datapacks.) - - - You are permitted to use Stardust Labs datapacks or mods as part of for-profit endeavors such as servers and modpacks, as long as the other guidelines of this License have been followed, appropriate credit has been given, and as long as you have not been specifically prohibited from doing so. - - - -PROHIBITED USES -==================== - - - You are forbidden to reupload, republish, or redistribute any Stardust Labs datapack or mod in a standalone format. - - - You are forbidden to reupload, republish, or redistribute any modified version of any Stardust Labs datapack or mod on its own. - - - You are forbidden to use any Stardust Labs datapack in any publicly distributed "datapack-pack" without Starmute's express permission. A "datapack-pack" is a collection of datapacks offered for download in a bundled form, which is distinct from a modpack because it can be used on an unmodified client. - - - You are forbidden to use any modified version of any Stardust Labs datapack as part of any publicly distributed modpack or "datapack-pack" without permission. This includes cases where the datapack is required to be downloaded separately, with parts being overridden. There are three exceptions to this: - - i) Adding structures to the pack or altering structure generation (besides altering the datapack's own structures) is allowed. - - ii) Modifying loot tables is allowed unconditionally. - - * It is recommended that, if parts of a Stardust Labs datapack need to be modified, an add-on datapack is created, without use of any code owned by Stardust Labs, to override the necessary data. - - - You are forbidden to use portions of any Stardust Labs datapack or mod's code as part of any other datapack, "datapack-pack", modpack or mod without express permission. You are free to read the code and use it as a resource to learn from, but copying parts of it into another project is not allowed. There is one exception for this: - - i) Making compatibility addons between Stardust Labs datapacks and other datapacks is allowed. - - - All parties (including individuals, companies, organizations and any other groups), without permission from Stardust Labs, are expressly forbidden from using Stardust Labs properties, textures, code, and other works, as part of a training dataset for artificial intelligence, neural networks, or other generative systems. Additionally, any and all code, textures, and all other products (digitial or physical), created and owned by Stardust Labs or its members, may not be used to configure, test, debug, or augment any artificial intelligence, neural network, or other generative system. - - * This prohibition applies even if the resulting system does not store, refer to or directly call from code, textures, or other works owned by Stardust Labs. - - * In short: You are banned from using anything created by Stardust Labs as part of any AI project. - -EXEMPTIONS -============= - - - Stardust Labs reserves the right to prohibit certain individuals and groups from profiting off of these Projects at our SOLE DISCRETION. However, no individual or group will be prohibited from using these Projects for personal purposes, or any purpose that does not involve profit, as long as the other guidelines of this License have been followed. - -OFFICIAL PERMISSION -========================== - -It should be assumed that, given Stardust Labs holds full copyright over all parts of its datapacks, that any part of this License can be overriden on an individual basis with the permission of Stardust Labs. Stardust Labs reserves the right to create and distribute modified versions of these datapacks or mods at any time, for any reason, whether personal or commissioned. \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta deleted file mode 100644 index 064e43d..0000000 --- a/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 10, - "description": "Nullscape - End Reborn" - } -} diff --git a/pack.png b/pack.png deleted file mode 100644 index d01c11b..0000000 Binary files a/pack.png and /dev/null differ diff --git a/patrons.txt b/patrons.txt deleted file mode 100644 index 3480526..0000000 --- a/patrons.txt +++ /dev/null @@ -1,61 +0,0 @@ -Patreon Supporters - -Special thanks to all of our Patrons for supporting us! Here is a list of all patrons in our -Discord server (https://discord.gg/stardustlabs) at the time of publishing this version. - -Overlord: -- Archemyst -- Kai_カイ -- Onehandedgamer -- Crash Cringle -- Cyprezz -- Kuma - -Inferno: -- Esron -- CyroInferno -- blaze -- chimericdream -- Brian Saviano - -Sentry: -- fortis -- yonderbean -- ShadowNguyen -- ahdont -- Oogab00ga94 -- Razaekel -- Nik -- Murdii -- Jwaffles -- FixingGlobe -- jackdshoe -- Janetyqua -- swuff★ -- Encrypted -- moomakai -- Ravs -- Rhinorulz -- BlackHawk185 -- APR1L -- theAstra -- Cr1ms0n -- Hecking Rat -- NonplussedUltra -- LKv -- flydrcar -- TiTAN -- Finder17 - -Blaze: -- Zapdos -- Birch -- Hound -- btwimacat_meow -- plasmarob -- Redhawk -- Defenfiver -- Charleston -- SirFluffyPuffs -- Trashbag -- SirFluffyPuffs