mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Fix typo in llama strength setter
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6b2a91f2a4
commit
840dbd2005
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public interface Llama extends ChestedHorse {
|
|||
int getStrength();
|
||||
|
||||
/**
|
||||
* Gets the llama's strength. A higher strength llama will have more
|
||||
* Sets the llama's strength. A higher strength llama will have more
|
||||
* inventory slots and be more threatening to entities. Inventory slots are
|
||||
* equal to strength * 3.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue