Skip to content

Commit

Permalink
Remove unneeded override.
Browse files Browse the repository at this point in the history
  • Loading branch information
noobanidus committed Mar 30, 2024
1 parent 369268b commit 896399e
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -157,11 +157,6 @@ public int getAnalogOutputSignal(BlockState pBlockState, Level pLevel, BlockPos
}
}

@Override
public ItemStack getCloneItemStack(BlockGetter pLevel, BlockPos pPos, BlockState pState) {
return new ItemStack(ModItems.SHULKER);
}

@Override
@Nullable
public DyeColor getColor() {
Expand Down

0 comments on commit 896399e

Please sign in to comment.