diff --git a/caves/base.json b/caves/base.json index 055f6656..78b29ca5 100644 --- a/caves/base.json +++ b/caves/base.json @@ -34,26 +34,26 @@ }, "maxDistance": 129, "yStyle": { - "min": -5, - "max": 2, + "min": -3, + "max": 1, "generator": { "zoom": 3, - "style": "IRIS" + "style": "PERLIN" } }, "xStyle": { - "min": -7, - "max": 7, + "min": -9, + "max": 9, "generator": { - "zoom": 1, + "zoom": 0.6, "style": "IRIS" } }, "zStyle": { - "min": -7, - "max": 7, + "min": -9, + "max": 9, "generator": { - "zoom": 1, + "zoom": 0.6, "style": "IRIS" } } diff --git a/dimensions/overworld.json b/dimensions/overworld.json index ce4f5997..3f192009 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -2,6 +2,7 @@ "version": 2009, "name": "Overworld", "environment": "NORMAL", + "focus": "hot/desert-dunes-red", "fluidHeight": 63, "continentZoom": 1, "continentalStyle": { @@ -80,11 +81,17 @@ "global-clutter" ]}, "carving": { + "ravines": [ + { + "rarity": 221, + "ravine": "main" + } + ], "caves": [ { "breakSurface": true, "cave": "base", - "rarity": 9, + "rarity": 7, "caveStartHeight": { "max": 120, "min": 69, diff --git a/entities/standard/hostile/creeper.json b/entities/standard/hostile/creeper.json index 2e5bdfdb..469ba5b9 100644 --- a/entities/standard/hostile/creeper.json +++ b/entities/standard/hostile/creeper.json @@ -1 +1 @@ -{"type": "CREEPER"} +{"type": "CREEPER", "spawnEffectRiseOutOfGround": true} diff --git a/entities/standard/hostile/drowned.json b/entities/standard/hostile/drowned.json index 2d8f7158..46a586fb 100644 --- a/entities/standard/hostile/drowned.json +++ b/entities/standard/hostile/drowned.json @@ -1 +1 @@ -{"type": "DROWNED"} +{"type": "DROWNED", "spawnEffectRiseOutOfGround": true} diff --git a/entities/standard/hostile/pillager.json b/entities/standard/hostile/pillager.json index 932b0c02..46d9e617 100644 --- a/entities/standard/hostile/pillager.json +++ b/entities/standard/hostile/pillager.json @@ -1,5 +1,6 @@ { "type": "PILLAGER", + "spawnEffectRiseOutOfGround": true, "spawnEffect": { "interval": 1, "chance": 1, diff --git a/entities/standard/hostile/shroud.json b/entities/standard/hostile/shroud.json index b603a62c..3ef2e6f9 100644 --- a/entities/standard/hostile/shroud.json +++ b/entities/standard/hostile/shroud.json @@ -1,5 +1,5 @@ { - "type": "STRAY", + "type": "STRAY", "spawnEffectRiseOutOfGround": true, "ai": true, "aware": true, "customName": "&7Shroud", diff --git a/entities/standard/hostile/silverfish.json b/entities/standard/hostile/silverfish.json index ab483bac..4db3e1e3 100644 --- a/entities/standard/hostile/silverfish.json +++ b/entities/standard/hostile/silverfish.json @@ -1,4 +1,4 @@ { "type": "SILVERFISH", - "silent": true + "silent": true, "spawnEffectRiseOutOfGround": true } diff --git a/entities/standard/hostile/skeleton.json b/entities/standard/hostile/skeleton.json index 2366670e..06e6c9ab 100644 --- a/entities/standard/hostile/skeleton.json +++ b/entities/standard/hostile/skeleton.json @@ -1 +1 @@ -{"type": "SKELETON"} +{"type": "SKELETON", "spawnEffectRiseOutOfGround": true} diff --git a/entities/standard/hostile/slime.json b/entities/standard/hostile/slime.json index a7210345..05febd10 100644 --- a/entities/standard/hostile/slime.json +++ b/entities/standard/hostile/slime.json @@ -1 +1 @@ -{"type": "SLIME"} +{"type": "SLIME", "spawnEffectRiseOutOfGround": true} diff --git a/entities/standard/hostile/slimebab.json b/entities/standard/hostile/slimebab.json index c4ff40e3..d933c722 100644 --- a/entities/standard/hostile/slimebab.json +++ b/entities/standard/hostile/slimebab.json @@ -1,4 +1,4 @@ { "type": "SLIME", - "baby": true + "baby": true, "spawnEffectRiseOutOfGround": true } diff --git a/entities/standard/hostile/spider.json b/entities/standard/hostile/spider.json index 27f3a4a3..f5068da6 100644 --- a/entities/standard/hostile/spider.json +++ b/entities/standard/hostile/spider.json @@ -1 +1 @@ -{"type": "SPIDER"} +{"type": "SPIDER", "spawnEffectRiseOutOfGround": true} diff --git a/entities/standard/hostile/zombie.json b/entities/standard/hostile/zombie.json index f0b95021..94f7463b 100644 --- a/entities/standard/hostile/zombie.json +++ b/entities/standard/hostile/zombie.json @@ -1 +1 @@ -{"type": "ZOMBIE"} +{"type": "ZOMBIE", "spawnEffectRiseOutOfGround": true} diff --git a/ravines/main.json b/ravines/main.json new file mode 100644 index 00000000..e9581f06 --- /dev/null +++ b/ravines/main.json @@ -0,0 +1,67 @@ +{ + "worm": { + "xStyle": { + "min": -6 , + "max": 6, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + }, + "zStyle": { + "min": -6, + "max": 6, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + }, + "yStyle": { + "min": -6 , + "max": 6, + "generator": { + "zoom": 3, + "style": "PERLIN" + } + }, + "girth": { + "max": 3, + "min": 3 + }, + "maxDistance": 128, + "maxIterations": 128 + }, + "fork": { + "caves": [ + { + "cave": "base", + "rarity": 17, + "breakSurface": false + } + ], + "ravines": [ + { + "rarity": 3, + "ravine": "small" + } + ] + }, + "nodeThreshold": 40, + "depthStyle": { + "generator": { + "style": "PERLIN" + }, + "max": 34, + "min": 28 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": { + "style": "FLAT" + }, + "max": 1, + "min": 1 + } +} \ No newline at end of file diff --git a/ravines/small.json b/ravines/small.json new file mode 100644 index 00000000..ba628caa --- /dev/null +++ b/ravines/small.json @@ -0,0 +1,61 @@ +{ + "worm": { + "xStyle": { + "min": -6 , + "max": 6, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + }, + "zStyle": { + "min": -6, + "max": 6, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + }, + "yStyle": { + "min": -6 , + "max": 6, + "generator": { + "zoom": 3, + "style": "PERLIN" + } + }, + "girth": { + "max": 3, + "min": 3 + }, + "maxDistance": 32, + "maxIterations": 32 + }, + "fork": { + "caves": [ + { + "cave": "small", + "rarity": 7, + "breakSurface": false + } + ] + }, + "nodeThreshold": 8, + "depthStyle": { + "generator": { + "style": "PERLIN" + }, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": { + "style": "FLAT" + }, + "max": 1, + "min": 1 + } +} \ No newline at end of file