1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update PiglinBarterDrop.java

fixed
This commit is contained in:
dniym 2020-08-02 17:44:11 -04:00 committed by GitHub
parent 9287e1098d
commit ecb3a354ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ public interface PiglinBarterDrop extends ItemAttribute {
* *
* @return The integer chance (0-100%) this {@link SlimefunItem} has to drop. * @return The integer chance (0-100%) this {@link SlimefunItem} has to drop.
*/ */
int getBarteringLootChance() ; int getBarteringLootChance();
} }