From 42bbd514dfe28527db563ab713040382919c74bf Mon Sep 17 00:00:00 2001 From: Julian Krings Date: Wed, 9 Apr 2025 21:50:17 +0200 Subject: [PATCH] fix villagers being unable to pickup items --- entities/standard/passive/villager.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entities/standard/passive/villager.json b/entities/standard/passive/villager.json index 5a9e5dc3..f0392af4 100644 --- a/entities/standard/passive/villager.json +++ b/entities/standard/passive/villager.json @@ -1 +1,4 @@ -{"type": "VILLAGER"} \ No newline at end of file +{ + "type": "VILLAGER", + "pickupItems": true +} \ No newline at end of file