Add saddleable horses, carpetable llamas.

This commit is contained in:
libraryaddict
2019-11-14 15:25:26 +13:00
parent 8015db68f6
commit 2b7c295d2c
4 changed files with 123 additions and 8 deletions

View File

@@ -120,6 +120,11 @@ AddEntityAnimations: true
DyeableSheep: false
DyeableWolf: false
DyeableCat: false
# Can a player interact with a llama with carpet to set or change their carpet color?
CarpetableLlama: false
# Can a player interact with a non-saddled horse of any type, to give it a saddle?
# This does not change what you can ride or control!
SaddleableHorse: false
# This is only called into action when the disguise is constructed using the commands.
# And when the disguise supports that. This will not be used at all for plugins constructing the disguises for instance.