From 232969839d2c2d945f6413adba6e22cd1c6f421d Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Wed, 12 Apr 2023 17:05:03 +0200 Subject: [PATCH 1/4] Bug Fixes and Additions - All Upercase switched to lower case - Better Oceans - ( pillager fix ) Coco apparently did it so just dont include mine - RoughPlains contains a new rare big tree type! - Higher rarity pillager outpost - 1 New rare structure ( Ruin ) for plains biome --- biomes/carving/CaveBiomes/Deepdark.json | 14 --- .../standard-deepdark.json} | 0 .../Rocky.json => rocky-cavebiome.json} | 0 biomes/frozen/plains.json | 2 +- biomes/frozen/redwood-forest-extended.json | 2 +- biomes/frozen/redwood-forest.json | 2 +- .../{Small_Valley.json => small-valley.json} | 0 biomes/temperate/plains.json | 4 + biomes/temperate/roughplains.json | 31 +++++- biomes/temperate/tinybirch.json | 4 + biomes/temperate/tredwoods.json | 100 ++++++++++++++++++ caves/Deepdark/Big_DeepdarkCave.json | 4 +- .../small-deepdarkcave.json} | 2 +- dimensions/overworld.json | 7 +- jigsaw-pieces/ruins/ruin3.json | 30 ++++++ jigsaw-structures/ruins/ruin3.json | 4 + markers/guardian.json | 2 +- objects/jigsaw/ruins/ruin3.iob | Bin 0 -> 10377 bytes regions/frozen.json | 3 +- regions/hot.json | 4 +- regions/mushroom.json | 2 +- regions/swamp.json | 2 +- regions/temperate.json | 4 +- regions/tropical.json | 4 +- regions/tundra.json | 4 +- spawners/structure/pillager-respawn.json | 10 +- 26 files changed, 198 insertions(+), 43 deletions(-) delete mode 100644 biomes/carving/CaveBiomes/Deepdark.json rename biomes/carving/{Deepdark/StandardDeepdark.json => deepdark/standard-deepdark.json} (100%) rename biomes/carving/{CaveBiomes/Rocky.json => rocky-cavebiome.json} (100%) rename biomes/hot/{Small_Valley.json => small-valley.json} (100%) create mode 100644 biomes/temperate/tredwoods.json rename caves/{Deepdark/Small_DeepdarkCave.json => deepdark/small-deepdarkcave.json} (95%) create mode 100644 jigsaw-pieces/ruins/ruin3.json create mode 100644 jigsaw-structures/ruins/ruin3.json create mode 100644 objects/jigsaw/ruins/ruin3.iob diff --git a/biomes/carving/CaveBiomes/Deepdark.json b/biomes/carving/CaveBiomes/Deepdark.json deleted file mode 100644 index db7a3b720..000000000 --- a/biomes/carving/CaveBiomes/Deepdark.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DeepDark", - "layers": [{ - "style": {"style": "STATIC"}, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:deepslate", - "weight": 3 - } - ] - }] -} \ No newline at end of file diff --git a/biomes/carving/Deepdark/StandardDeepdark.json b/biomes/carving/deepdark/standard-deepdark.json similarity index 100% rename from biomes/carving/Deepdark/StandardDeepdark.json rename to biomes/carving/deepdark/standard-deepdark.json diff --git a/biomes/carving/CaveBiomes/Rocky.json b/biomes/carving/rocky-cavebiome.json similarity index 100% rename from biomes/carving/CaveBiomes/Rocky.json rename to biomes/carving/rocky-cavebiome.json diff --git a/biomes/frozen/plains.json b/biomes/frozen/plains.json index e7fd9c605..82fd1434a 100644 --- a/biomes/frozen/plains.json +++ b/biomes/frozen/plains.json @@ -22,7 +22,7 @@ }, { "structure": "pillager-outpost", - "rarity": 800 + "rarity": 1500 }, { "structure": "igloo", diff --git a/biomes/frozen/redwood-forest-extended.json b/biomes/frozen/redwood-forest-extended.json index 603c69251..32000c177 100644 --- a/biomes/frozen/redwood-forest-extended.json +++ b/biomes/frozen/redwood-forest-extended.json @@ -103,7 +103,7 @@ }, { "chance": 0.4, - "density": 2, + "density": 1, "edit": [ { "find": [{"block": "minecraft:birch_leaves"}], diff --git a/biomes/frozen/redwood-forest.json b/biomes/frozen/redwood-forest.json index cbd3f5d9a..71210862c 100644 --- a/biomes/frozen/redwood-forest.json +++ b/biomes/frozen/redwood-forest.json @@ -104,7 +104,7 @@ }, { "chance": 0.4, - "density": 2, + "density": 1, "edit": [ { "find": [{"block": "minecraft:birch_leaves"}], diff --git a/biomes/hot/Small_Valley.json b/biomes/hot/small-valley.json similarity index 100% rename from biomes/hot/Small_Valley.json rename to biomes/hot/small-valley.json diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index 023aa4e59..200a58ed5 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -17,6 +17,10 @@ { "structure": "village-plains", "rarity": 1200 + }, + { + "structure": "ruins/ruin3", + "rarity": 1200 } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/roughplains.json b/biomes/temperate/roughplains.json index 7c8281792..1c1d00b64 100644 --- a/biomes/temperate/roughplains.json +++ b/biomes/temperate/roughplains.json @@ -75,7 +75,36 @@ } }] - }], + }, + { + "place": [ + "trees/mixed/tredwood1", + "trees/mixed/tredwood2", + "trees/mixed/tredwood3", + "trees/mixed/tredwood4", + "trees/mixed/tredwood5", + "trees/mixed/tredwood6", + "trees/mixed/tredwood7", + "trees/mixed/tredwood8", + "trees/mixed/tredwood9", + "trees/mixed/tredwood10" + ], + "slopeCondition":{ + "maximumSlope": 2 + }, + "carvingSupport": "SURFACE_ONLY", + "chance": 0.0025, + "mode": "MIN_HEIGHT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }}], + "decorators": [ { "chance": 0.2, diff --git a/biomes/temperate/tinybirch.json b/biomes/temperate/tinybirch.json index 095c46146..1367aa2cd 100644 --- a/biomes/temperate/tinybirch.json +++ b/biomes/temperate/tinybirch.json @@ -29,6 +29,10 @@ ], "carvingSupport": "SURFACE_ONLY", + "translate":{ + "y": 1 + + }, "chance": 1, "mode": "CENTER_STILT", diff --git a/biomes/temperate/tredwoods.json b/biomes/temperate/tredwoods.json new file mode 100644 index 000000000..6474999cb --- /dev/null +++ b/biomes/temperate/tredwoods.json @@ -0,0 +1,100 @@ +{ + "name": "Tredwoods", + "customDerivitives": [{ + "temperature": 0.8, + "downfallType": "rain" + + }], + "derivative": "PLAINS", + "vanillaDerivative": "PLAINS", + + "layers": [{ + "palette": [{"block": "minecraft:grass_block"}], + "maxHeight": 1, + "slopeCondition": {"maximumSlope": 4} + }], + "wall": {"palette": [ + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} + ]}, + "objects": [{ + "place": [ + "trees/mixed/tredwood1", + "trees/mixed/tredwood2", + "trees/mixed/tredwood3", + "trees/mixed/tredwood4", + "trees/mixed/tredwood5", + "trees/mixed/tredwood6", + "trees/mixed/tredwood7", + "trees/mixed/tredwood8", + "trees/mixed/tredwood9" + + ], + "carvingSupport": "SURFACE_ONLY", + "chance": 0.5, + "mode": "MIN_HEIGHT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + } + + } + + + ], + "decorators": [ + { + "chance": 0.2, + "variance": { + "style": "CELLULAR", + "zoom": 0.25, + "fracture": { + "style": "SIMPLEX", + "zoom": 0.2, + "multiplier": 10 + } + }, + "style": { + "style": "SIMPLEX", + "zoom": 0.2, + "fracture": { + "style": "STATIC", + "multiplier": 8 + } + }, + "palette": [ + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} + ] + }, + { + "chance": 0.01, + "palette": [{"block": "minecraft:tall_grass"}] + }, + { + "chance": 0.5, + "palette": [{"block": "minecraft:grass"}] + } + ], + "generators": [{ + "generator": "plain", + "max": 10, + "min": 5 + }] +} \ No newline at end of file diff --git a/caves/Deepdark/Big_DeepdarkCave.json b/caves/Deepdark/Big_DeepdarkCave.json index a071e9af7..6521920cc 100644 --- a/caves/Deepdark/Big_DeepdarkCave.json +++ b/caves/Deepdark/Big_DeepdarkCave.json @@ -4,11 +4,11 @@ "max": 400, "min": 15 }, - "customBiome": "carving/Deepdark/StandardDeepdark", + "customBiome": "carving/deepdark/standard-deepdark", "fork": { "caves": [{ "breakSurface": false, - "cave": "Deepdark/Small_DeepdarkCave", + "cave": "deepdark/small-deepdarkcave", "rarity": 10 }] }, diff --git a/caves/Deepdark/Small_DeepdarkCave.json b/caves/deepdark/small-deepdarkcave.json similarity index 95% rename from caves/Deepdark/Small_DeepdarkCave.json rename to caves/deepdark/small-deepdarkcave.json index 1d638fe0c..deea1b4b5 100644 --- a/caves/Deepdark/Small_DeepdarkCave.json +++ b/caves/deepdark/small-deepdarkcave.json @@ -4,7 +4,7 @@ "max": 400, "min": 15 }, - "customBiome": "carving/Deepdark/StandardDeepdark", + "customBiome": "carving/deepdark/standard-deepdark", "fork": { "caves": [{ "breakSurface": false, diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 1149a052c..5b1ef3be4 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,7 +1,8 @@ { - "version": 3000, + "version": 30010, "name": "Overworld", "environment": "NORMAL", + "dimensionAngleDeg": 12, "fluidHeight": 75, "continentZoom": 1, "continentalStyle": { @@ -41,7 +42,7 @@ } } }, - "regionZoom": 18.15, + "regionZoom": 28.15, "regions": [ "frozen", "hot", @@ -84,7 +85,7 @@ }, { "breakSurface": false, - "cave": "Deepdark/Big_DeepdarkCave", + "cave": "deepdark/big_deepdarkcave", "rarity": 187, "caveStartHeight": { "max": 60, diff --git a/jigsaw-pieces/ruins/ruin3.json b/jigsaw-pieces/ruins/ruin3.json new file mode 100644 index 000000000..6c027f687 --- /dev/null +++ b/jigsaw-pieces/ruins/ruin3.json @@ -0,0 +1,30 @@ +{ + "object": "jigsaw/ruins/ruin3", + "placementOptions":{ + "carvingSupport": "SURFACE_ONLY", + "smartBore": true, + "mode": "PAINT", + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + } + } + + } diff --git a/jigsaw-structures/ruins/ruin3.json b/jigsaw-structures/ruins/ruin3.json new file mode 100644 index 000000000..7be41898f --- /dev/null +++ b/jigsaw-structures/ruins/ruin3.json @@ -0,0 +1,4 @@ +{ + "maxDepth": 1, + "pieces": ["ruins/ruin3"] +} diff --git a/markers/guardian.json b/markers/guardian.json index ea3082d6e..ee0233076 100644 --- a/markers/guardian.json +++ b/markers/guardian.json @@ -1,4 +1,4 @@ { "removeOnChange": true, - "spawners": ["structure/Guardianv2"] + "spawners": ["structure/guardianv2"] } diff --git a/objects/jigsaw/ruins/ruin3.iob b/objects/jigsaw/ruins/ruin3.iob new file mode 100644 index 0000000000000000000000000000000000000000..c8130c9b252f2d86fc6b618ee2a8c554ee8b9da6 GIT binary patch literal 10377 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 literal 0 HcmV?d00001 diff --git a/regions/frozen.json b/regions/frozen.json index da8f9dab7..c4a2ea7bd 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -13,7 +13,7 @@ "frozen/vander" ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "jigsawStructures": [{ "structure": "ruined-portal", @@ -77,6 +77,7 @@ } ], "shoreBiomes": ["frozen/shore/beach"], + "seaBiomeZoom": 1, "seaBiomes": [ "frozen/sea/ocean", "frozen/sea/frozen-river-ice" diff --git a/regions/hot.json b/regions/hot.json index 11c3aa41e..d77427f60 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -2,7 +2,7 @@ "name": "Hot", "color": "#D1CD44", "rarity": 4, - "seaBiomeZoom": 1.5, + "seaBiomeZoom": 3.5, "landBiomes": [ "hot/desert-dunes", "hot/small-valley", @@ -19,7 +19,7 @@ "mesa/mesa" ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "jigsawStructures": [ { diff --git a/regions/mushroom.json b/regions/mushroom.json index c63c8a04d..94aaca161 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -10,7 +10,7 @@ "mushroom/warped-forest" ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "objects": [{ "heightmap": { diff --git a/regions/swamp.json b/regions/swamp.json index fd5d85056..1471cc926 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -55,7 +55,7 @@ } }], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "shoreBiomes": ["swamp/shore/beach"], "seaBiomes": [ diff --git a/regions/temperate.json b/regions/temperate.json index bb2d4009b..4ecd94507 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -29,7 +29,7 @@ ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "jigsawStructures": [{ "structure": "ruined-portal", @@ -94,7 +94,7 @@ "temperate/shore/beach", "temperate/shore/oak-beach" ], - "seaBiomeZoom": 3, + "seaBiomeZoom": 6, "seaBiomes": [ "ocean/deep" ], diff --git a/regions/tropical.json b/regions/tropical.json index 7d0e27866..868977c04 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -16,7 +16,7 @@ "tropical/plains-hills" ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "jigsawStructures": [{ @@ -82,7 +82,7 @@ "tropical/beach", "tropical/beach-bamboo" ], - "seaBiomeZoom": 2, + "seaBiomeZoom": 4, "seaBiomes": [ "tropical/submerged-volcanic", "tropical/sea/ocean" diff --git a/regions/tundra.json b/regions/tundra.json index 1199290b2..0a1f70966 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -24,7 +24,7 @@ "tundra/tinyspruce" ], "caveBiomes": [ - "carving/CaveBiomes/Rocky" + "carving/rocky-cavebiome" ], "jigsawStructures": [{ "structure": "ruined-portal", @@ -87,7 +87,7 @@ "tundra/shore/beach", "tundra/shore/beach-stone" ], - "seaBiomeZoom": 2, + "seaBiomeZoom": 4, "seaBiomes": ["mountain/sea/river"], "entitySpawners": [ "tundra/passive", diff --git a/spawners/structure/pillager-respawn.json b/spawners/structure/pillager-respawn.json index 96defb08b..1e655a65e 100644 --- a/spawners/structure/pillager-respawn.json +++ b/spawners/structure/pillager-respawn.json @@ -1,10 +1,6 @@ { "weather": "ANY", "group": "NORMAL", - "timeBlock": { - "startHour": 18, - "endHour": 6 - }, "maximumRate": { "amount": 5, "per": {"minutes": 1} @@ -12,8 +8,8 @@ "maxEntitiesPerChunk": 4, "spawns": [{ "entity": "standard/hostile/pillager", - "maxSpawns": 5, - "minSpawns": 3, - "rarity": 4 + "maxSpawns": 6, + "minSpawns": 4, + "rarity": 3 }] } From 5fb7866a09040d92bfb5e7b81cf4b4f209aaf7fa Mon Sep 17 00:00:00 2001 From: RePixelatedMC <107539181+RePixelatedMC@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:11:49 +0200 Subject: [PATCH 2/4] Rename Big_DeepdarkCave.json to big-deepdarkcave.json --- caves/Deepdark/{Big_DeepdarkCave.json => big-deepdarkcave.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename caves/Deepdark/{Big_DeepdarkCave.json => big-deepdarkcave.json} (100%) diff --git a/caves/Deepdark/Big_DeepdarkCave.json b/caves/Deepdark/big-deepdarkcave.json similarity index 100% rename from caves/Deepdark/Big_DeepdarkCave.json rename to caves/Deepdark/big-deepdarkcave.json From 6c709841b6a2f798b9256136aea9cd02a95780ca Mon Sep 17 00:00:00 2001 From: RePixelatedMC <107539181+RePixelatedMC@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:14:59 +0200 Subject: [PATCH 3/4] Rename Guardianv2.json to guardianv2.jsog --- spawners/structure/{Guardianv2.json => guardianv2.jsog} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spawners/structure/{Guardianv2.json => guardianv2.jsog} (100%) diff --git a/spawners/structure/Guardianv2.json b/spawners/structure/guardianv2.jsog similarity index 100% rename from spawners/structure/Guardianv2.json rename to spawners/structure/guardianv2.jsog From 0ba1f18bfc2a021f932ba344ca39b22e4b98a6e3 Mon Sep 17 00:00:00 2001 From: RePixelatedMC <107539181+RePixelatedMC@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:20:13 +0200 Subject: [PATCH 4/4] Delete tredwoods.json --- biomes/temperate/tredwoods.json | 100 -------------------------------- 1 file changed, 100 deletions(-) delete mode 100644 biomes/temperate/tredwoods.json diff --git a/biomes/temperate/tredwoods.json b/biomes/temperate/tredwoods.json deleted file mode 100644 index 6474999cb..000000000 --- a/biomes/temperate/tredwoods.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "name": "Tredwoods", - "customDerivitives": [{ - "temperature": 0.8, - "downfallType": "rain" - - }], - "derivative": "PLAINS", - "vanillaDerivative": "PLAINS", - - "layers": [{ - "palette": [{"block": "minecraft:grass_block"}], - "maxHeight": 1, - "slopeCondition": {"maximumSlope": 4} - }], - "wall": {"palette": [ - {"block": "minecraft:andesite"}, - {"block": "minecraft:stone"}, - {"block": "minecraft:cobblestone"} - ]}, - "objects": [{ - "place": [ - "trees/mixed/tredwood1", - "trees/mixed/tredwood2", - "trees/mixed/tredwood3", - "trees/mixed/tredwood4", - "trees/mixed/tredwood5", - "trees/mixed/tredwood6", - "trees/mixed/tredwood7", - "trees/mixed/tredwood8", - "trees/mixed/tredwood9" - - ], - "carvingSupport": "SURFACE_ONLY", - "chance": 0.5, - "mode": "MIN_HEIGHT", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - } - - } - - - ], - "decorators": [ - { - "chance": 0.2, - "variance": { - "style": "CELLULAR", - "zoom": 0.25, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - }, - "style": { - "style": "SIMPLEX", - "zoom": 0.2, - "fracture": { - "style": "STATIC", - "multiplier": 8 - } - }, - "palette": [ - {"block": "minecraft:dandelion"}, - {"block": "minecraft:poppy"}, - {"block": "minecraft:blue_orchid"}, - {"block": "minecraft:allium"}, - {"block": "minecraft:azure_bluet"}, - {"block": "minecraft:red_tulip"}, - {"block": "minecraft:orange_tulip"}, - {"block": "minecraft:white_tulip"}, - {"block": "minecraft:pink_tulip"}, - {"block": "minecraft:oxeye_daisy"}, - {"block": "minecraft:cornflower"}, - {"block": "minecraft:lily_of_the_valley"} - ] - }, - { - "chance": 0.01, - "palette": [{"block": "minecraft:tall_grass"}] - }, - { - "chance": 0.5, - "palette": [{"block": "minecraft:grass"}] - } - ], - "generators": [{ - "generator": "plain", - "max": 10, - "min": 5 - }] -} \ No newline at end of file