From 11e74ef6ccdc3d38dc9edce6fcb5627f6b361122 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 8 Jan 2020 08:20:05 -0500 Subject: [PATCH] Additional structures in biomes --- src/main/resources/pack/biomes/forest_mountains.json | 7 ++++--- src/main/resources/pack/biomes/ice_mountains.json | 8 +++++++- src/main/resources/pack/biomes/mushroom_island.json | 3 +++ src/main/resources/pack/biomes/redwood_forest.json | 1 + src/main/resources/pack/biomes/redwood_forest_hills.json | 6 ++++++ src/main/resources/pack/biomes/taiga.json | 5 +++++ src/main/resources/pack/biomes/taiga_cold.json | 5 +++++ src/main/resources/pack/biomes/taiga_cold_hills.json | 6 ++++++ src/main/resources/pack/dimensions/overworld.json | 1 + 9 files changed, 38 insertions(+), 4 deletions(-) diff --git a/src/main/resources/pack/biomes/forest_mountains.json b/src/main/resources/pack/biomes/forest_mountains.json index aa5235031..455bf58fd 100644 --- a/src/main/resources/pack/biomes/forest_mountains.json +++ b/src/main/resources/pack/biomes/forest_mountains.json @@ -5,9 +5,10 @@ "LONG_GRASS:1=0.13", "LONG_GRASS:2=0.13" ], + "height": 0.225, "objects": [ - "tree/oak/medium=0.11", - "tree/oak/small=3.2", - "colossal/oak/massive=0.0005" + "tree/spruce/medium=0.67", + "tree/spruce/small=2.7", + "tree/spruce/dead/medium=0.09" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/ice_mountains.json b/src/main/resources/pack/biomes/ice_mountains.json index c60ebc8b1..6b5020dec 100644 --- a/src/main/resources/pack/biomes/ice_mountains.json +++ b/src/main/resources/pack/biomes/ice_mountains.json @@ -1,4 +1,10 @@ { "name": "Ice Mountains", - "derivative": "ICE_MOUNTAINS" + "derivative": "ICE_MOUNTAINS", + "height": 0.412, + "objects": [ + "tree/spruce/medium=0.07", + "tree/spruce/small=0.25", + "tree/spruce/dead/medium=0.035" + ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/mushroom_island.json b/src/main/resources/pack/biomes/mushroom_island.json index bdccc5a14..a52689f40 100644 --- a/src/main/resources/pack/biomes/mushroom_island.json +++ b/src/main/resources/pack/biomes/mushroom_island.json @@ -3,5 +3,8 @@ "derivative": "MUSHROOM_ISLAND", "surface": [ "MYCEL" + ], + "objects":[ + "mushroom/red=0.23" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/redwood_forest.json b/src/main/resources/pack/biomes/redwood_forest.json index 2c25dde77..e32b1598f 100644 --- a/src/main/resources/pack/biomes/redwood_forest.json +++ b/src/main/resources/pack/biomes/redwood_forest.json @@ -6,6 +6,7 @@ "DIRT:1", "DIRT:2" ], + "height": 0.096, "surfaceType": "simplex", "scatter": [ "LONG_GRASS:2=0.07" diff --git a/src/main/resources/pack/biomes/redwood_forest_hills.json b/src/main/resources/pack/biomes/redwood_forest_hills.json index b5351e76a..aca7c89da 100644 --- a/src/main/resources/pack/biomes/redwood_forest_hills.json +++ b/src/main/resources/pack/biomes/redwood_forest_hills.json @@ -6,8 +6,14 @@ "DIRT:1", "DIRT:2" ], + "height":0.15, "surfaceType": "simplex", "scatter": [ "LONG_GRASS:2=0.07" + ], + "objects": [ + "tree/spruce/medium=0.87", + "tree/spruce/small=2.7", + "tree/spruce/dead/medium=0.06" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/taiga.json b/src/main/resources/pack/biomes/taiga.json index 34ebfcd1d..5d8cea59a 100644 --- a/src/main/resources/pack/biomes/taiga.json +++ b/src/main/resources/pack/biomes/taiga.json @@ -3,5 +3,10 @@ "derivative": "TAIGA", "scatter":[ "LONG_GRASS:2=0.07" + ], + "objects": [ + "tree/spruce/medium=0.27", + "tree/spruce/small=1.7", + "tree/spruce/dead/medium=0.39" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/taiga_cold.json b/src/main/resources/pack/biomes/taiga_cold.json index 7244b286f..68f7a4c8d 100644 --- a/src/main/resources/pack/biomes/taiga_cold.json +++ b/src/main/resources/pack/biomes/taiga_cold.json @@ -3,5 +3,10 @@ "derivative": "TAIGA_COLD", "scatter":[ "LONG_GRASS:2=0.04" + ], + "objects": [ + "tree/spruce/medium=0.27", + "tree/spruce/small=1.7", + "tree/spruce/dead/medium=0.39" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/taiga_cold_hills.json b/src/main/resources/pack/biomes/taiga_cold_hills.json index 7244b286f..9760650f9 100644 --- a/src/main/resources/pack/biomes/taiga_cold_hills.json +++ b/src/main/resources/pack/biomes/taiga_cold_hills.json @@ -3,5 +3,11 @@ "derivative": "TAIGA_COLD", "scatter":[ "LONG_GRASS:2=0.04" + ], + "height":0.12, + "objects": [ + "tree/spruce/medium=0.27", + "tree/spruce/small=1.7", + "tree/spruce/dead/medium=0.39" ] } \ No newline at end of file diff --git a/src/main/resources/pack/dimensions/overworld.json b/src/main/resources/pack/dimensions/overworld.json index 0bae4f455..10bc9dc9d 100644 --- a/src/main/resources/pack/dimensions/overworld.json +++ b/src/main/resources/pack/dimensions/overworld.json @@ -21,6 +21,7 @@ "forest_dark", "taiga", "taiga_cold", + "mushroom_island", "taiga_cold_hills", "mountains", "ice_plains",