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

Update MagicSugar.java

This commit is contained in:
J3fftw1 2019-10-16 00:49:05 +02:00 committed by GitHub
parent 3d7877b4c4
commit 05fcc0b031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,7 @@ public class MagicSugar extends SimpleSlimefunItem<ItemInteractionHandler> {
public MagicSugar(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, String[] keys, Object[] values) {
super(category, item, recipeType, recipe, keys, values);
}
@Override
protected boolean areItemHandlersPrivate() {
return false;
}
@Override
public ItemInteractionHandler getItemHandler() {
return (e, p, item) -> {