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

Update PortableDustbin.java

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

View File

@ -18,10 +18,6 @@ public class PortableDustbin extends SimpleSlimefunItem<ItemInteractionHandler>
public PortableDustbin(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
super(category, item, recipeType, recipe);
}
@Override
protected boolean areItemHandlersPrivate() {
return false;
}
@Override
public ItemInteractionHandler getItemHandler() {