removed forgiving world, added simply stacked dimensions, added configs (#1233)
This commit is contained in:
parent
e99f6a3907
commit
43277f195e
5 changed files with 59 additions and 89 deletions
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"from": "minecraft:the_nether",
|
||||
"to": "minecraft:overworld",
|
||||
"from_y_min": 120,
|
||||
"from_y_max": 131,
|
||||
"to_y": -54,
|
||||
"cloud_platform": true
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"from": "minecraft:overworld",
|
||||
"to": "minecraft:the_nether",
|
||||
"from_y_min": -70,
|
||||
"from_y_max": -59,
|
||||
"to_y": 118,
|
||||
"cloud_platform": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue