Skip to content

Commit

Permalink
Merge pull request #305 from RePixelatedMC/bugfixes-and-additions
Browse files Browse the repository at this point in the history
Bug Fixes and Additions
  • Loading branch information
NextdoorPsycho authored Apr 12, 2023
2 parents b8e29e9 + c94bceb commit dce698a
Show file tree
Hide file tree
Showing 25 changed files with 95 additions and 36 deletions.
14 changes: 0 additions & 14 deletions biomes/carving/CaveBiomes/Deepdark.json

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion biomes/frozen/plains.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"structure": "pillager-outpost",
"rarity": 800
"rarity": 1500
},
{
"structure": "igloo",
Expand Down
2 changes: 1 addition & 1 deletion biomes/frozen/redwood-forest-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"chance": 0.4,
"density": 2,
"density": 1,
"edit": [
{
"find": [{"block": "minecraft:birch_leaves"}],
Expand Down
2 changes: 1 addition & 1 deletion biomes/frozen/redwood-forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
{
"chance": 0.4,
"density": 2,
"density": 1,
"edit": [
{
"find": [{"block": "minecraft:birch_leaves"}],
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions biomes/temperate/plains.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"structure": "village-plains",
"rarity": 1200
},
{
"structure": "ruins/ruin3",
"rarity": 1200
}
],
"biomeStyle": {"style": "SIMPLEX"},
Expand Down
31 changes: 30 additions & 1 deletion biomes/temperate/roughplains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions biomes/temperate/tinybirch.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

],
"carvingSupport": "SURFACE_ONLY",
"translate":{
"y": 1

},

"chance": 1,
"mode": "CENTER_STILT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"max": 400,
"min": 15
},
"customBiome": "carving/Deepdark/StandardDeepdark",
"customBiome": "carving/deepdark/standard-deepdark",
"fork": {
"caves": [{
"breakSurface": false,
Expand Down
7 changes: 4 additions & 3 deletions dimensions/overworld.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": 3000,
"version": 30010,
"name": "Overworld",
"environment": "NORMAL",
"dimensionAngleDeg": 12,
"fluidHeight": 75,
"continentZoom": 1,
"continentalStyle": {
Expand Down Expand Up @@ -41,7 +42,7 @@
}
}
},
"regionZoom": 18.15,
"regionZoom": 28.15,
"regions": [
"frozen",
"hot",
Expand Down Expand Up @@ -84,7 +85,7 @@
},
{
"breakSurface": false,
"cave": "Deepdark/Big_DeepdarkCave",
"cave": "deepdark/big_deepdarkcave",
"rarity": 187,
"caveStartHeight": {
"max": 60,
Expand Down
30 changes: 30 additions & 0 deletions jigsaw-pieces/ruins/ruin3.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

}
4 changes: 4 additions & 0 deletions jigsaw-structures/ruins/ruin3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"maxDepth": 1,
"pieces": ["ruins/ruin3"]
}
2 changes: 1 addition & 1 deletion markers/guardian.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"removeOnChange": true,
"spawners": ["structure/Guardianv2"]
"spawners": ["structure/guardianv2"]
}
Binary file added objects/jigsaw/ruins/ruin3.iob
Binary file not shown.
3 changes: 2 additions & 1 deletion regions/frozen.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"frozen/vander"
],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"structure": "ruined-portal",
Expand Down Expand Up @@ -77,6 +77,7 @@
}
],
"shoreBiomes": ["frozen/shore/beach"],
"seaBiomeZoom": 1,
"seaBiomes": [
"frozen/sea/ocean",
"frozen/sea/frozen-river-ice"
Expand Down
4 changes: 2 additions & 2 deletions regions/hot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Hot",
"color": "#D1CD44",
"rarity": 4,
"seaBiomeZoom": 1.5,
"seaBiomeZoom": 3.5,
"landBiomes": [
"hot/desert-dunes",
"hot/small-valley",
Expand All @@ -19,7 +19,7 @@
"mesa/mesa"
],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"jigsawStructures": [
{
Expand Down
2 changes: 1 addition & 1 deletion regions/mushroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mushroom/warped-forest"
],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"objects": [{
"heightmap": {
Expand Down
2 changes: 1 addition & 1 deletion regions/swamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
}],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"shoreBiomes": ["swamp/shore/beach"],
"seaBiomes": [
Expand Down
4 changes: 2 additions & 2 deletions regions/temperate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"structure": "ruined-portal",
Expand Down Expand Up @@ -94,7 +94,7 @@
"temperate/shore/beach",
"temperate/shore/oak-beach"
],
"seaBiomeZoom": 3,
"seaBiomeZoom": 6,
"seaBiomes": [
"ocean/deep"
],
Expand Down
4 changes: 2 additions & 2 deletions regions/tropical.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tropical/plains-hills"
],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],

"jigsawStructures": [{
Expand Down Expand Up @@ -82,7 +82,7 @@
"tropical/beach",
"tropical/beach-bamboo"
],
"seaBiomeZoom": 2,
"seaBiomeZoom": 4,
"seaBiomes": [
"tropical/submerged-volcanic",
"tropical/sea/ocean"
Expand Down
4 changes: 2 additions & 2 deletions regions/tundra.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tundra/tinyspruce"
],
"caveBiomes": [
"carving/CaveBiomes/Rocky"
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"structure": "ruined-portal",
Expand Down Expand Up @@ -87,7 +87,7 @@
"tundra/shore/beach",
"tundra/shore/beach-stone"
],
"seaBiomeZoom": 2,
"seaBiomeZoom": 4,
"seaBiomes": ["mountain/sea/river"],
"entitySpawners": [
"tundra/passive",
Expand Down
File renamed without changes.

0 comments on commit dce698a

Please sign in to comment.