Test Dataset
This commit is contained in:
parent
f0f6d7026a
commit
e10994a1e8
1 changed files with 37 additions and 0 deletions
37
src/main/resources/data/minecraft/dimension/the_nether.json
Normal file
37
src/main/resources/data/minecraft/dimension/the_nether.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"type": "minecraft:the_nether",
|
||||
"generator": {
|
||||
"biome_source": {
|
||||
"biomes": [
|
||||
{
|
||||
"parameters": {
|
||||
"erosion": 0.0,
|
||||
"depth": 0.0,
|
||||
"weirdness": 0.0,
|
||||
"offset": 0.0,
|
||||
"temperature": 0.4,
|
||||
"humidity": 0.0,
|
||||
"continentalness": 0.0
|
||||
},
|
||||
"biome": "minecraft:crimson_forest"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"erosion": 0.0,
|
||||
"depth": 0.0,
|
||||
"weirdness": 0.0,
|
||||
"offset": 0.375,
|
||||
"temperature": 0.0,
|
||||
"humidity": 0.5,
|
||||
"continentalness": 0.0
|
||||
},
|
||||
"biome": "minecraft:warped_forest"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:multi_noise"
|
||||
},
|
||||
"seed": 41,
|
||||
"settings": "minecraft:nether",
|
||||
"type": "minecraft:noise"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue