From 90eae068b25429e0fbf6f9e8eb2aae0c2e7f47a4 Mon Sep 17 00:00:00 2001 From: William Blake Galbreath Date: Thu, 19 Dec 2019 17:03:26 -0600 Subject: [PATCH] [ci-skip] Add docs for last commit --- docs/source/configuration.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index a29c58033..2f455207e 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -487,3 +487,17 @@ elytra * trident - **default**: 0 - **description**: How much damage to deal to the elytra when trident riptide boost activates + +mob +~~~ +* zombie-villager + * transformation-chance + * easy + - **default:** 0.0 + - **description:** Percent chance (0.0 - 1.0) for villagers to become zombie villagers when killed by a zombie in easy mode + * normal + - **default:** 0.5 + - **description:** Percent chance (0.0 - 1.0) for villagers to become zombie villagers when killed by a zombie in normal mode + * hard + - **default:** 1.0 + - **description:** Percent chance (0.0 - 1.0) for villagers to become zombie villagers when killed by a zombie in hard mode