9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

portal changes

This commit is contained in:
Brian Fopiano
2022-05-14 16:51:07 -07:00
parent cf1b5f4560
commit 2d669077d9
8 changed files with 15 additions and 31 deletions

View File

@@ -10,26 +10,17 @@
}],
"objects": [
{
"name": "standard-surface",
"chance": 0.2,
"place": [
"clutter/swordnp2",
"clutter/swordnp1",
"clutter/swordnp2",
"clutter/swordnp1",
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/portal1",
"structures/portal2",
"structures/portal3",
"structures/portal4",
"structures/portal5",
"structures/portal6",
"structures/portal7",
"structures/portal8",
"structures/portal9",
"structures/portal10"
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{
@@ -57,25 +48,18 @@
"carvingSupport": "CARVING_ONLY"
},
{
"name": "standard-underground",
"chance": 0.2,
"mode": "FAST_MIN_HEIGHT",
"place": [
"clutter/swordnp2",
"clutter/swordnp1",
"structures/swordnp2",
"structures/swordnp1",
"structures/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/portal1",
"structures/portal2",
"structures/portal3",
"structures/portal4",
"structures/portal5",
"structures/portal6",
"structures/portal7",
"structures/portal8",
"structures/portal9",
"structures/portal10"
"structures/megaportal1",
"structures/megaportal2"
],
"edit": [
{

View File

@@ -4,10 +4,10 @@
"environment": "NORMAL",
"fluidHeight": 100,
"continentZoom": 1,
"logicalHeight": 512,
"logicalHeight": 384,
"dimensionHeight": {
"max": 512,
"min": -64
"max": 384,
"min": 0
},
"continentalStyle": {
"style": "NOWHERE_CELLULAR",

Binary file not shown.

Binary file not shown.