From fae4cf004216920ac10e0930a83323db23b57acc Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 7 Jun 2022 23:03:50 +0200 Subject: [PATCH] Fixing pickup items --- .../behavior/entities/format/behaviors/pickup_items.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/behavior/entities/format/behaviors/pickup_items.json b/source/behavior/entities/format/behaviors/pickup_items.json index f7ca21e2..d82f0093 100644 --- a/source/behavior/entities/format/behaviors/pickup_items.json +++ b/source/behavior/entities/format/behaviors/pickup_items.json @@ -46,6 +46,13 @@ "description": "Maximum distance this mob will look for items to pick up", "title": "Maximum Dist" }, + "search_height": { + "title": "Search Height", + "type": "number", + "default": 0, + "description": "Height in blocks the mob will look for items to pick up", + "$comment": "UNDOCUMENTED" + }, "pickup_based_on_chance": { "type": "boolean", "default": false,