From 2b28eb843e2f6db31777241d43c091957f209eb2 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 25 Jul 2020 12:57:37 -0400 Subject: [PATCH] Drop sky & cave tests --- dev.test/biomes/a.json | 19 +---------- dev.test/biomes/b.json | 44 ------------------------ dev.test/dimensions/test.json | 5 ++- dev.test/objects/tester.iob | Bin 4679 -> 0 bytes dev.test/regions/test.json | 3 +- iris.overworld.sky/README.md | 0 iris.overworld.sky/biomes/sky.json | 51 ---------------------------- iris.overworld.sky/regions/sky.json | 16 --------- iris.overworld/dimensions/sky.json | 33 ------------------ 9 files changed, 6 insertions(+), 165 deletions(-) delete mode 100644 dev.test/biomes/b.json delete mode 100644 dev.test/objects/tester.iob delete mode 100644 iris.overworld.sky/README.md delete mode 100644 iris.overworld.sky/biomes/sky.json delete mode 100644 iris.overworld.sky/regions/sky.json delete mode 100644 iris.overworld/dimensions/sky.json diff --git a/dev.test/biomes/a.json b/dev.test/biomes/a.json index 3400cf0a..913b5428 100644 --- a/dev.test/biomes/a.json +++ b/dev.test/biomes/a.json @@ -23,22 +23,5 @@ "max": 12 } ], - "objects": [ - { - "chance": 0.5, - "density": 1, - "rotation": { - "enabled": false - }, - "place": [ - "tester" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "derivative": "JUNGLE_EDGE" + "derivative": "PLAINS" } \ No newline at end of file diff --git a/dev.test/biomes/b.json b/dev.test/biomes/b.json deleted file mode 100644 index c56e12f9..00000000 --- a/dev.test/biomes/b.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Land", - "layers": [ - { - "minHeight": 3, - "maxHeight": 6, - "palette": [ - "STONE" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT" - ] - } - ], - "generators":[ - { - "generator": "plain", - "min": 12, - "max": 12 - } - ], - "objects": [ - { - "chance": 0.5, - "density": 1, - "rotation": { - "enabled": false - }, - "place": [ - "tester" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "derivative": "JUNGLE_EDGE" -} \ No newline at end of file diff --git a/dev.test/dimensions/test.json b/dev.test/dimensions/test.json index b8e2dcf1..cf740fd8 100644 --- a/dev.test/dimensions/test.json +++ b/dev.test/dimensions/test.json @@ -18,7 +18,10 @@ "continentZoom": 0.2, "hermiteBias": 0.5, "placeObjects": true, - "caves": false, + "caves": true, + "caveScale": 1, + "caveThickness": 1, + "caveShift": 0, "roughnessZoom": 1, "regions": [ "test" diff --git a/dev.test/objects/tester.iob b/dev.test/objects/tester.iob deleted file mode 100644 index cb45c8b0977e4787188d38a312a48b9246f34278..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4679 zcmai$y;1@}5QO*cpbSh+d=+2D0z`{ap$bTR5+9bIwR;ki>+XOe=$^T`-ftFKYmcq9 z2YmSb+m>y@_w)B|zug>H@8_4z@n^UHcs;C7ySLqH-xkR*CBv8uLo&2r=sg+k$#6@C zYcgDd0Wpt0>ehy2fbI^fA&FqPC&SGf01O`Dfq~)apQ!cMYV&zIANJdhjBIg7%CZr6e^7rDvcBhttfN@Aq!nh3RPoLs5DYI zh6rJpjS!_Qp4UjB(nz7wNTD03C=|tbOWC+6RCT0KX{68%R21Gqgn0UFOm!E!;-XL$ zlR~ADLZy*Hp%sO0prTL}lR~ADLZy+yDMSdvY=l*+G*YNEQm8ai=mshZMR8H6G~R_u zBZW#Mg>Imt@ERfnOtTRdg|4_LRK=uFX{1nTq)=!@p&O_uRK=uFX-H9Oq;L@;gkd(q zIv%BwLZy*HrIA86P*Es~i$bN5LZy*HrIA86P*HdZ5rQ`Jlg$IN2A-}p@MqE*5UVvX zR&OBI?h&}?f&nS}4v5+s5cOyc5R;+bY=^cChJNYy)WI9jp{EYsfa(@H1Ouvv)FB!s zoQI*B|K+WLx4Sj)4zUJaB-X&M-~u?GIVvIgEO*1*ff8hFDv1H{o9aFX7D>LGN% c`uZ7yfqRiUcmww$b?^q{&_ah`;9l4ce`+_f)&Kwi diff --git a/dev.test/regions/test.json b/dev.test/regions/test.json index 67429dc2..ea7da866 100644 --- a/dev.test/regions/test.json +++ b/dev.test/regions/test.json @@ -3,8 +3,7 @@ "shoreRatio": 0.05, "biomeImplosionRatio": 0.25, "landBiomes": [ - "a", - "b" + "a" ], "seaBiomes": [ "ocean" diff --git a/iris.overworld.sky/README.md b/iris.overworld.sky/README.md deleted file mode 100644 index e69de29b..00000000 diff --git a/iris.overworld.sky/biomes/sky.json b/iris.overworld.sky/biomes/sky.json deleted file mode 100644 index bcd2a2f8..00000000 --- a/iris.overworld.sky/biomes/sky.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "Sky", - "layers": [ - { - "minHeight": 6, - "maxHeight": 18, - "palette": [ - "BLACKSTONE" - ] - } - ], - "objects": [ - { - "chance": 2, - "density": 1, - "edit": [ - { - "find": "ICE", - "replace": "MAGMA_BLOCK" - }, - { - "find": "PACKED_ICE", - "replace": "COAL_BLOCK" - } - ], - "place": [ - "spire-magma/MagmaSpire1", - "spire-magma/MagmaSpire2", - "spire-magma/MagmaSpire3" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "generators":[ - { - "generator": "plain", - "min": 4, - "max": 27 - }, - { - "generator": "wavy", - "min": 3, - "max": 18 - } - ], - "derivative": "DESERT" -} \ No newline at end of file diff --git a/iris.overworld.sky/regions/sky.json b/iris.overworld.sky/regions/sky.json deleted file mode 100644 index 583775a7..00000000 --- a/iris.overworld.sky/regions/sky.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Sky", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 2.2, - "shoreHeightMax": 4.2, - "shoreHeightZoom": 1.14, - "landBiomes": [ - "sky" - ], - "seaBiomes": [ - "sky" - ], - "shoreBiomes": [ - "sky" - ] -} \ No newline at end of file diff --git a/iris.overworld/dimensions/sky.json b/iris.overworld/dimensions/sky.json deleted file mode 100644 index 0c171e84..00000000 --- a/iris.overworld/dimensions/sky.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "environment": "NORMAL", - "fluidHeight": 7, - "biomeZoom": 0.88, - "regionZoom": 3, - "continentZoom": 1, - "dimensionAngleDeg": 83, - "terrainZoom": 1, - "landZoom": 2.5, - "shoreZoom": 1.5, - "seaZoom": 4, - "interpolationFunction": "BICUBIC", - "interpolationScale": 12, - "hermiteTension": 0.00001, - "hermiteBias": 0.5, - "roughnessHeight": 0, - "coordFractureZoom": 0.5, - "coordFractureDistance": 136, - "placeObjects": true, - "roughnessZoom": 1, - "caveScale": 0.5, - "caves": false, - "focus": "", - "rockPalette": [ - "AIR" - ], - "fluidPalette": [ - "AIR" - ], - "regions": [ - "sky" - ] -} \ No newline at end of file