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

Update SeismicAxe.java

This commit is contained in:
J3fftw1 2019-10-16 00:50:36 +02:00 committed by GitHub
parent 3159a2649e
commit e5f02a5fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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