removed forgiving world, added simply stacked dimensions, added configs (#1233)

This commit is contained in:
Pyritie 2025-06-30 17:51:10 +01:00 committed by GitHub
parent e99f6a3907
commit 43277f195e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 59 additions and 89 deletions

View file

@ -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
}

View file

@ -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
}