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

Update PiglinBarterDrop.java

made requested changes
This commit is contained in:
dniym 2020-08-02 11:46:46 -04:00 committed by GitHub
parent 8305729cfb
commit eed7b873c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ public interface PiglinBarterDrop extends ItemAttribute {
/** /**
* Implement this method to make this SlimefunItem have a variable chance of being * Implement this method to make this SlimefunItem have a variable chance of being
* dropped by Piglins when bartering with them. This interface should be used * dropped by Piglins when bartering with them. This interface should be used
* the BARTER_DROP {@link RecipeType}. * with the {@link RecipeType#BARTER_DROP}.
*/ */
/** It is recommended that this chance is kept reasonably low to feel like /** It is recommended that this chance is kept reasonably low to feel like