Move flat bedrock generator to file patches
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- a/data/minecraft/worldgen/noise_settings/amplified.json
|
||||
+++ b/data/minecraft/worldgen/noise_settings/amplified.json
|
||||
@@ -389,7 +_,8 @@
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": false,
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
@@ -0,0 +1,22 @@
|
||||
--- a/data/minecraft/worldgen/noise_settings/caves.json
|
||||
+++ b/data/minecraft/worldgen/noise_settings/caves.json
|
||||
@@ -110,7 +_,8 @@
|
||||
"if_true": {
|
||||
"type": "minecraft:not",
|
||||
"invert": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": true,
|
||||
"false_at_and_above": {
|
||||
"below_top": 0
|
||||
},
|
||||
@@ -130,7 +_,8 @@
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": false,
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
@@ -0,0 +1,12 @@
|
||||
--- a/data/minecraft/worldgen/noise_settings/large_biomes.json
|
||||
+++ b/data/minecraft/worldgen/noise_settings/large_biomes.json
|
||||
@@ -389,7 +_,8 @@
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": false,
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
@@ -0,0 +1,22 @@
|
||||
--- a/data/minecraft/worldgen/noise_settings/nether.json
|
||||
+++ b/data/minecraft/worldgen/noise_settings/nether.json
|
||||
@@ -108,7 +_,8 @@
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": false,
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
@@ -129,7 +_,8 @@
|
||||
"if_true": {
|
||||
"type": "minecraft:not",
|
||||
"invert": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": true,
|
||||
"false_at_and_above": {
|
||||
"below_top": 0
|
||||
},
|
||||
@@ -0,0 +1,12 @@
|
||||
--- a/data/minecraft/worldgen/noise_settings/overworld.json
|
||||
+++ b/data/minecraft/worldgen/noise_settings/overworld.json
|
||||
@@ -389,7 +_,8 @@
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
- "type": "minecraft:vertical_gradient",
|
||||
+ "type": "paper:optionally_flat_bedrock_condition_source",
|
||||
+ "is_roof": false,
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
Reference in New Issue
Block a user