Skip to content

Commit

Permalink
Merge branch 'release/v0.1-mc1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
xmamo committed Aug 4, 2017
2 parents 6e47075 + 9e109e1 commit 773a30f
Show file tree
Hide file tree
Showing 199 changed files with 5,637 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.idea/
/Fortress.dat
/Mineshaft.dat
/scoreboard.dat
/villages.dat
/villages_end.dat
/villages_nether.dat

__pycache__/
12 changes: 12 additions & 0 deletions advancements/b7s/_biome_any.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_any": {
"trigger": "minecraft:location"
}
},
"rewards": {
"function": "b7s:advancement/_biome_any"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_beaches.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_beaches": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:beaches"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_beaches"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_birch_forest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_birch_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:birch_forest"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_birch_forest"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_birch_forest_hills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_birch_forest_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:birch_forest_hills"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_birch_forest_hills"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_cold_beach.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_cold_beach": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:cold_beach"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_cold_beach"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_deep_ocean.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_deep_ocean": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:deep_ocean"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_deep_ocean"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_desert.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_desert": {
"trigger": "minecraft:desert",
"conditions": {
"biome": "minecraft:desert"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_desert"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_desert_hills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_desert_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:desert_hills"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_desert_hills"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_extreme_hills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_extreme_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:extreme_hills"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_extreme_hills"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_extreme_hills_with_trees.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_extreme_hills_with_trees": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:extreme_hills_with_trees"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_extreme_hills_with_trees"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_forest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:forest"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_forest"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_forest_hills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_forest_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:forest_hills"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_forest_hills"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_frozen_ocean.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_frozen_ocean": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:frozen_ocean"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_frozen_ocean"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_frozen_river.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_frozen_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:frozen_river"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_frozen_river"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_hell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_hell": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:hell"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_hell"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_ice_flats.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_ice_flats": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:ice_flats"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_ice_flats"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_ice_mountains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_ice_mountains": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:ice_mountains"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_ice_mountains"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_jungle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_jungle": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_jungle"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_jungle_edge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_jungle_edge": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle_edge"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_jungle_edge"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_jungle_hills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_jungle_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle_hills"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_jungle_hills"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_mesa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_mesa": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_mesa"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_mesa_clear_rock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_mesa_clear_rock": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa_clear_rock"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_mesa_clear_rock"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_mesa_rock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_mesa_rock": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa_rock"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_mesa_rock"
}
}
15 changes: 15 additions & 0 deletions advancements/b7s/_biome_mushroom_island.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"//": "This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"parent": "b7s:root",
"criteria": {
"b7s:_biome_mushroom_island": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mushroom_island"
}
}
},
"rewards": {
"function": "b7s:advancement/_biome_mushroom_island"
}
}
Loading

0 comments on commit 773a30f

Please sign in to comment.