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

Update EnderBackpack.java

This commit is contained in:
J3fftw1 2019-10-16 00:46:17 +02:00 committed by GitHub
parent 419e226aa7
commit 743a75bd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,6 @@ public class EnderBackpack extends SimpleSlimefunItem<ItemInteractionHandler> {
super(category, item, recipeType, recipe);
}
@Override
protected boolean areItemHandlersPrivate() {
return false;
}
@Override
public ItemInteractionHandler getItemHandler() {
return (e, p, item) -> {
if (SlimefunManager.isItemSimiliar(item, SlimefunItems.ENDER_BACKPACK, true)) {