Push build

This commit is contained in:
Indyuce 2021-07-09 15:06:36 +02:00
parent 2f73a572ea
commit 4f9e789690

View File

@ -38,7 +38,7 @@ public class IngredientType extends LoadedCraftingObject<Ingredient> {
*
* @return
*/
public PlayerIngredient readPlayerIngredient(NBTItem item) {
public PlayerIngredient readPlayerIngredient(NBTItem item) {
return readIngredient.apply(item);
}
}