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

Update PortableGEOScanner.java

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

View File

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