Version 1.0.19b
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
This file uses the ".json5" file extension which allows for comments like this in a json file!
|
||||
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
|
||||
|
||||
VSCode: https://code.visualstudio.com/
|
||||
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
|
||||
|
||||
to make editing this file much easier.
|
||||
Appearing on terrain below sea level, here is the "ocean_biomes" layout:
|
||||
[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ]
|
||||
[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ],
|
||||
|
||||
All keys passed in must be valid in the biome registry!
|
||||
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
|
||||
*/
|
||||
{
|
||||
"value": [
|
||||
[ "minecraft:deep_frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ],
|
||||
[ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
This file uses the ".json5" file extension which allows for comments like this in a json file!
|
||||
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
|
||||
|
||||
VSCode: https://code.visualstudio.com/
|
||||
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
|
||||
|
||||
to make editing this file much easier.
|
||||
Appearing on terrain below sea level, here is the "ocean_biomes" layout:
|
||||
[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ]
|
||||
[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ],
|
||||
|
||||
All keys passed in must be valid in the biome registry!
|
||||
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
|
||||
*/
|
||||
{
|
||||
"value": [
|
||||
[ "minecraft:deep_frozen_ocean", "minecraft:deep_cold_ocean", "minecraft:deep_ocean", "minecraft:deep_lukewarm_ocean", "minecraft:warm_ocean" ],
|
||||
[ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "minecraft:lukewarm_ocean", "minecraft:warm_ocean" ]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user