2
(Solved!) Saddlebag chests?
I could've sworn the donkeys and mules used to have an extra slot for chests that let you give them a chest and it would work as a saddlebag, but now that feature is gone??? When did that happen?
Anyway are there any datapacks that bring that back? Any suggestions are appreciated!
Anyway are there any datapacks that bring that back? Any suggestions are appreciated!
3
What version?
https://minecraft.wiki/w/Mule#Drops notes "If equipped with a chest or saddle, they drop those items, as well as any contents of the chest."
&
https://minecraft.wiki/w/Mule#Equipment "A mule starts out with just a saddle slot, but if it is given a chest, it acquires 15 more inventory slots that can hold any items. …"
also "Dispensers can now put chests on tamed mules." under the 1.16 java notes.
But this would appear to conflict with the description of the Entity data [same source]
⋮
ChestedHorse: 1 or 0 (true/false) - true if the horse has chests. A chested horse that is not a donkey or a mule crashes the game.
Items: List of items. Exists only if ChestedHorse is true.
⋮
https://minecraft.wiki/w/Mule#Drops notes "If equipped with a chest or saddle, they drop those items, as well as any contents of the chest."
&
https://minecraft.wiki/w/Mule#Equipment "A mule starts out with just a saddle slot, but if it is given a chest, it acquires 15 more inventory slots that can hold any items. …"
also "Dispensers can now put chests on tamed mules." under the 1.16 java notes.
But this would appear to conflict with the description of the Entity data [same source]
⋮
ChestedHorse: 1 or 0 (true/false) - true if the horse has chests. A chested horse that is not a donkey or a mule crashes the game.
Items: List of items. Exists only if ChestedHorse is true.
⋮
I'm playing the newest version (1.21.11) but I'm used to older versions like 1.6 when donkeys and horses first came out and had the chest feature
In 1.21.11 I tried to add chest but slot didn't show
Edit: Lol I had a brain fart there is no slot but you right click the donkey while holding chest just figured it out
In 1.21.11 I tried to add chest but slot didn't show
Edit: Lol I had a brain fart there is no slot but you right click the donkey while holding chest just figured it out
Glad you solved it 👍 (and that the Entity data description turned out to be what was in error)
