Skip to content

Commit

Permalink
Add Villager Condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySom committed Sep 10, 2018
1 parent 29e4203 commit ff344f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/venv/

#Rst
_build/
_build/
/*_jb_tmp
18 changes: 18 additions & 0 deletions docs/systems/recipe/conditions/village.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Village
=======

Break Down:
-----------

The Village condition has a single optional field, inVillage, which defaults to true, which controls whether you must be
in a village, or must not be in a village.

Example:
--------

.. code-block:: json
{
"type": "base:village",
"inVillage": false
}

0 comments on commit ff344f4

Please sign in to comment.