Update README.md

This commit is contained in:
budgidiere 2020-07-15 17:30:41 -05:00 committed by GitHub
parent a2ef4f64b7
commit 504e5d781f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,10 @@ ### villager.villagersHideAtNight
``Default``:``false`` Addon for ``villager.simplerVillagerBehavior``, gives villagers the ability to drink an invisibility potion like wandering traders at night to make it less likely for them to be killed since (for now) they don't stay at the village/use their houses at night and no ability for them to respawn. ``Default``:``false`` Addon for ``villager.simplerVillagerBehavior``, gives villagers the ability to drink an invisibility potion like wandering traders at night to make it less likely for them to be killed since (for now) they don't stay at the village/use their houses at night and no ability for them to respawn.
## Building and setting up ## Building and setting up
Run the following command in the root directory: Run the following commands in the root directory:
``` ```
git submodule update --init --recursive --force
./yapfa jar ./yapfa jar
``` ```