Skip to content

Commit

Permalink
Merge branch '1.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
b3spectacled committed Sep 13, 2020
2 parents fdba9bb + c76be3f commit 5752e29
Show file tree
Hide file tree
Showing 72 changed files with 1,795 additions and 558 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"conditions": {
"biome": "minecraft:taiga"
}
}
},
"cold_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:cold_river"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
}
}
},
"minecraft:cold_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:cold_river"
}
}
},
"minecraft:dark_forest": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -125,6 +133,14 @@
}
}
},
"minecraft:desert_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:desert_river"
}
}
},
"minecraft:flower_forest": {
"trigger": "minecraft:location",
"conditions": {
Expand All @@ -149,6 +165,14 @@
}
}
},
"minecraft:frozen_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:frozen_river"
}
}
},
"minecraft:giant_spruce_taiga": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -205,6 +229,14 @@
}
}
},
"minecraft:lukewarm_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:lukewarm_river"
}
}
},
"minecraft:marsh": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -245,6 +277,14 @@
}
}
},
"minecraft:river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:river"
}
}
},
"minecraft:savanna": {
"trigger": "minecraft:location",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,17 @@
"biome": "minecraft:snowy_tundra"
}
},
"cold_beach": {
"snowy_beach": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:snowy_beach"
}
},
"frozen_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:frozen_river"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,19 @@
"conditions": {
"biome": "minecraft:deep_warm_ocean"
}
}
},
"river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:river"
}
},
"lukewarm_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:lukewarm_river"
}
}
},
"requirements": [
[
Expand All @@ -83,7 +95,9 @@
"lukewarm_ocean",
"deep_lukewarm_ocean",
"warm_ocean",
"deep_warm_ocean"
"deep_warm_ocean",
"river",
"lukewarm_river"
]
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"biome": "minecraft:desert"
}
},
"desert_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:desert_river"
}
},
"mesa": {
"trigger": "minecraft:location",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@
"conditions": {
"biome": "minecraft:deep_warm_ocean"
}
},
"river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:river"
}
},
"lukewarm_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:lukewarm_river"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
}
}
},
"minecraft:cold_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:cold_river"
}
}
},
"minecraft:dark_forest": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -132,6 +140,14 @@
}
}
},
"minecraft:desert_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:desert_river"
}
}
},
"minecraft:flower_forest": {
"trigger": "minecraft:location",
"conditions": {
Expand All @@ -156,6 +172,14 @@
}
}
},
"minecraft:frozen_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:frozen_river"
}
}
},
"minecraft:giant_spruce_taiga": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -196,6 +220,14 @@
}
}
},
"minecraft:lukewarm_river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:lukewarm_river"
}
}
},
"minecraft:marsh": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -236,6 +268,14 @@
}
}
},
"minecraft:river": {
"trigger": "minecraft:location",
"conditions": {
"location": {
"biome": "minecraft:river"
}
}
},
"minecraft:savanna": {
"trigger": "minecraft:location",
"conditions": {
Expand Down Expand Up @@ -347,6 +387,9 @@
[
"minecraft:cold_ocean"
],
[
"minecraft:cold_river"
],
[
"minecraft:dark_forest"
],
Expand All @@ -368,6 +411,9 @@
[
"minecraft:desert"
],
[
"minecraft:desert_river"
],
[
"minecraft:flower_forest"
],
Expand All @@ -377,6 +423,9 @@
[
"minecraft:frozen_ocean"
],
[
"minecraft:frozen_river"
],
[
"minecraft:giant_spruce_taiga"
],
Expand All @@ -392,6 +441,9 @@
[
"minecraft:lukewarm_ocean"
],
[
"minecraft:lukewarm_river"
],
[
"minecraft:marsh"
],
Expand All @@ -407,6 +459,9 @@
[
"minecraft:rainforest"
],
[
"minecraft:river"
],
[
"minecraft:savanna"
],
Expand Down
Loading

0 comments on commit 5752e29

Please sign in to comment.