Skip to content

Commit

Permalink
Imported Source Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dobiáš authored Jan 15, 2022
1 parent 3d649a1 commit 9be1e3c
Show file tree
Hide file tree
Showing 100 changed files with 3,229 additions and 0 deletions.
37 changes: 37 additions & 0 deletions biomes/bamboo_jungle.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "bamboo_jungle"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"river_transformation": "bamboo_jungle"
},
"animal": {},
"bamboo": {},
"jungle": {},
"monster": {},
"overworld": {}
}
}
}
38 changes: 38 additions & 0 deletions biomes/bamboo_jungle_hills.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "bamboo_jungle_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"bamboo": {},
"hills": {},
"jungle": {},
"monster": {},
"overworld": {},
"minecraft:overworld_generation_rules": {
"river_transformation": "bamboo_jungle_hills"
}
}
}
}
36 changes: 36 additions & 0 deletions biomes/beach.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "beach"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.8
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"beach": {},
"monster": {},
"overworld": {},
"warm": {},
"minecraft:overworld_generation_rules": {
"river_transformation": "beach"
}
}
}
}
38 changes: 38 additions & 0 deletions biomes/birch_forest.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest"
},
"components": {
"minecraft:climate": {
"downfall": 0.6,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.6
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"river_transformation": "birch_forest"
},
"animal": {},
"birch": {},
"forest": {},
"monster": {},
"overworld": {},
"bee_habitat": {}
}
}
}
39 changes: 39 additions & 0 deletions biomes/birch_forest_hills.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.6,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.6
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"river_transformation": "birch_forest_hills"
},
"animal": {},
"birch": {},
"forest": {},
"hills": {},
"monster": {},
"overworld": {},
"bee_habitat": {}
}
}
}
43 changes: 43 additions & 0 deletions biomes/birch_forest_hills_mutated.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_hills_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.7
},
"minecraft:overworld_height": {
"noise_params": [
0.55,
0.5
],
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"birch": {},
"forest": {},
"hills": {},
"monster": {},
"mutated": {},
"overworld_generation": {},
"minecraft:overworld_generation_rules": {
"river_transformation": "birch_forest_hills_mutated"
}
}
}
}
39 changes: 39 additions & 0 deletions biomes/birch_forest_mutated.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.7
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"birch": {},
"forest": {},
"monster": {},
"mutated": {},
"bee_habitat": {},
"overworld_generation": {},
"minecraft:overworld_generation_rules": {
"river_transformation": "birch_forest_mutated"
}
}
}
}
36 changes: 36 additions & 0 deletions biomes/cold_beach.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_beach"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [
0.125,
0.25
],
"temperature": 0.05
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"beach": {},
"cold": {},
"monster": {},
"overworld": {},
"minecraft:overworld_generation_rules": {
"river_transformation": "cold_beach"
}
}
}
}
36 changes: 36 additions & 0 deletions biomes/cold_ocean.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [
0.0,
0.125
],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"river_transformation": "cold_ocean"
},
"cold": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}
38 changes: 38 additions & 0 deletions biomes/cold_taiga.biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_taiga"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [
0.125,
0.5
],
"temperature": -0.5
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"river_transformation": "cold_taiga"
},
"animal": {},
"cold": {},
"forest": {},
"monster": {},
"overworld": {},
"taiga": {}
}
}
}
Loading

0 comments on commit 9be1e3c

Please sign in to comment.