From 7b14b2469434473f82e39b2b6d6b93fecd759e53 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Sun, 17 Jul 2022 14:14:20 +0100 Subject: [PATCH] Update avoid_mob_type.json Removed irrelevant property --- .../behavior/entities/format/behaviors/avoid_mob_type.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/behavior/entities/format/behaviors/avoid_mob_type.json b/source/behavior/entities/format/behaviors/avoid_mob_type.json index 059ac969..19a9bee3 100644 --- a/source/behavior/entities/format/behaviors/avoid_mob_type.json +++ b/source/behavior/entities/format/behaviors/avoid_mob_type.json @@ -75,12 +75,6 @@ "default": 1.0, "description": "Multiplier for walking speed. 1.0 means keep the regular speed, while higher numbers make the walking speed faster." }, - "work_in_rain_tolerance": { - "title": "Work In Rain Tolerance", - "type": "integer", - "default": -1, - "description": "If \"can_work_in_rain\" is false, this is the maximum number of ticks left in the goal where rain will not interrupt the goal" - }, "ignore_visibility": { "type": "boolean", "default": false,