From 3b33cf147e05d0a75c8562daa574d94179a95afe Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 7 Jun 2022 23:06:15 +0200 Subject: [PATCH] Updated 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 d82f0093..c0b69016 100644 --- a/source/behavior/entities/format/behaviors/pickup_items.json +++ b/source/behavior/entities/format/behaviors/pickup_items.json @@ -59,6 +59,13 @@ "description": "If true, depending on the difficulty, there is a random chance that the mob may not be able to pickup items", "title": "Pickup Based On Chance" }, + "pickup_same_items_as_in_hand": { + "type": "boolean", + "default": false, + "description": "If true, the mob will pickup the same item as the item in its hand", + "title": "Pickup Same Items As In Hand", + "$comment": "UNDOCUMENTED" + }, "track_target": { "type": "boolean", "default": false,